From 99485cc6d85ef14ece2f714c6b09e10157087adc Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 18 Dec 2022 13:29:39 +0100 Subject: [PATCH] Removed conept on short URL tags --- src/short-urls/helpers/ShortUrlsRow.tsx | 2 +- src/short-urls/helpers/Tags.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/short-urls/helpers/ShortUrlsRow.tsx b/src/short-urls/helpers/ShortUrlsRow.tsx index 10f3e1a4..adc7569d 100644 --- a/src/short-urls/helpers/ShortUrlsRow.tsx +++ b/src/short-urls/helpers/ShortUrlsRow.tsx @@ -67,7 +67,7 @@ export const ShortUrlsRow = ( )} - + void; colorGenerator: ColorGenerator; - disabled?: boolean; } -export const Tags: FC = ({ tags, onTagClick, colorGenerator, disabled = false }) => { +export const Tags: FC = ({ tags, onTagClick, colorGenerator }) => { if (isEmpty(tags)) { - return disabled ? null : No tags; + return No tags; } return (