From d55909989cfc39ab8fa392fc12c3defa5c91b69b Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sat, 13 Sep 2025 16:39:11 -0500 Subject: [PATCH] Remove unnecessary destructuring in StreamsTable component definition --- frontend/src/components/tables/StreamsTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/tables/StreamsTable.jsx b/frontend/src/components/tables/StreamsTable.jsx index a0a95811..44b6d91c 100644 --- a/frontend/src/components/tables/StreamsTable.jsx +++ b/frontend/src/components/tables/StreamsTable.jsx @@ -178,7 +178,7 @@ const StreamRowActions = ({ ); }; -const StreamsTable = ({}) => { +const StreamsTable = () => { const theme = useMantineTheme(); /**