mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
build: eslint
This commit is contained in:
@@ -53,7 +53,7 @@ export class Navbar extends React.Component<Props, State> {
|
||||
);
|
||||
}
|
||||
|
||||
renderNavLink = (title: string, to: string, params?: any) => {
|
||||
renderNavLink = (title: string, to: string, params?: unknown) => {
|
||||
return (
|
||||
<NavLink
|
||||
{...params}
|
||||
|
||||
Reference in New Issue
Block a user