mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
fix types
This commit is contained in:
@@ -24,7 +24,7 @@ type QueueProps = {
|
||||
};
|
||||
|
||||
export const PlayQueue = forwardRef(({ listKey, searchTerm }: QueueProps, ref: Ref<any>) => {
|
||||
const { table } = useListSettings(listKey);
|
||||
const { table } = useListSettings(listKey) || {};
|
||||
|
||||
const queue = usePlayerQueue();
|
||||
const isFetching = useIsPlayerFetching();
|
||||
|
||||
Reference in New Issue
Block a user