1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

不要なハンドラーの削除

This commit is contained in:
Nebel 2020-02-09 01:11:52 +09:00
parent 4e5b275378
commit 36fb470ef5

View file

@ -17,9 +17,6 @@ const TopAppBar = () => {
<AppBar color="default"> <AppBar color="default">
<Tabs <Tabs
value={pathname} value={pathname}
onChange={(_, value) => {
router.push(value);
}}
variant="fullWidth" variant="fullWidth"
indicatorColor="primary" indicatorColor="primary"
textColor="primary" textColor="primary"