mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
不要なハンドラーの削除
This commit is contained in:
parent
4e5b275378
commit
36fb470ef5
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue