chore: fix type error

pull/64/head
moonrailgun 2 years ago
parent 29bcb51364
commit 2a0695014a

@ -7,7 +7,7 @@ import { isDevelopment } from 'tailchat-shared';
*/
export const ReactQueryDevBtn: React.FC = React.memo(() => {
if (!isDevelopment) {
return;
return null;
}
return (

Loading…
Cancel
Save