mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 02:57:57 +00:00
Remove unnecessary destructuring in StreamsTable component definition
This commit is contained in:
parent
33700ccc06
commit
d55909989c
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ const StreamRowActions = ({
|
|||
);
|
||||
};
|
||||
|
||||
const StreamsTable = ({}) => {
|
||||
const StreamsTable = () => {
|
||||
const theme = useMantineTheme();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue