From 6b9aedb97062e6b551cc7e023f699b8b26f730f0 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com> Date: Fri, 9 May 2025 09:11:16 +0200 Subject: [PATCH] fix(requestlist): remove unnecessary semicolon (#1647) --- src/components/RequestList/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/RequestList/index.tsx b/src/components/RequestList/index.tsx index 8cffe12e..7ce48eb3 100644 --- a/src/components/RequestList/index.tsx +++ b/src/components/RequestList/index.tsx @@ -192,7 +192,6 @@ const RequestList = () => { {intl.formatMessage(globalMessages.tvshows)} - ;