Fix scaling of logos
This commit is contained in:
@@ -19,7 +19,8 @@ const getSystemStorageQuery = (
|
||||
) => queryOptions({
|
||||
queryKey: [ 'SystemStorage' ],
|
||||
queryFn: ({ signal }) => fetchSystemStorage(api!, { signal }),
|
||||
enabled: !!api
|
||||
enabled: !!api,
|
||||
refetchOnWindowFocus: false
|
||||
});
|
||||
|
||||
export const useSystemStorage = () => {
|
||||
|
||||
Reference in New Issue
Block a user