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} />
|
||||
<SidebarItem
|
||||
space={10}
|
||||
to={`/rewind?year=${getRewindParams().year}&month=${
|
||||
getRewindParams().month
|
||||
}`}
|
||||
to="/rewind"
|
||||
name="Rewind"
|
||||
onClick={() => {}}
|
||||
modal={<></>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue