diff --git a/src/components/shortener/listRedirections.tsx b/src/components/shortener/listRedirections.tsx index 3bec49d..f9d46af 100644 --- a/src/components/shortener/listRedirections.tsx +++ b/src/components/shortener/listRedirections.tsx @@ -42,7 +42,14 @@ const ListRedirections = () => { const Redirection = (props: { item: URLRedirection }) => { return (