mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
@@ -23,7 +23,7 @@ const SystemStoreContextProvider = ({
|
||||
device
|
||||
}: {
|
||||
children: ReactNode;
|
||||
device?: 'pc' | 'mobile';
|
||||
device?: 'pc' | 'mobile' | null;
|
||||
}) => {
|
||||
const [isPc] = useMediaQuery('(min-width: 900px)');
|
||||
|
||||
|
Reference in New Issue
Block a user