mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
frontend: yarn prettier
This commit is contained in:
parent
9c525e5d18
commit
b2ba0a86d8
|
@ -7,7 +7,7 @@ import { ThemeProvider } from '@mui/material/styles';
|
|||
import CssBaseline from '@mui/material/CssBaseline';
|
||||
import theme from '../src/theme';
|
||||
import '../styles/globals.css';
|
||||
import {triggerSync} from "../api/bbgo";
|
||||
import { triggerSync } from '../api/bbgo';
|
||||
|
||||
export default function MyApp(props) {
|
||||
const { Component, pageProps } = props;
|
||||
|
@ -21,9 +21,9 @@ export default function MyApp(props) {
|
|||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
triggerSync()
|
||||
}, [])
|
||||
|
||||
triggerSync();
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<Head>
|
||||
|
|
Loading…
Reference in New Issue
Block a user