mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
remove superfluous parameters
This commit is contained in:
parent
925c308552
commit
a2be7c13ab
1 changed files with 1 additions and 3 deletions
|
|
@ -45,9 +45,7 @@ export default function Sidebar() {
|
||||||
<SidebarSearch size={iconSize} />
|
<SidebarSearch size={iconSize} />
|
||||||
<SidebarItem
|
<SidebarItem
|
||||||
space={10}
|
space={10}
|
||||||
to={`/rewind?year=${getRewindParams().year}&month=${
|
to="/rewind"
|
||||||
getRewindParams().month
|
|
||||||
}`}
|
|
||||||
name="Rewind"
|
name="Rewind"
|
||||||
onClick={() => {}}
|
onClick={() => {}}
|
||||||
modal={<></>}
|
modal={<></>}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue