Fix a typing error

This commit is contained in:
Aarni Halinen
2019-05-15 17:21:12 +03:00
parent 762d31d258
commit d03e43e4a2
+1 -1
View File
@@ -7,7 +7,7 @@ import "./AdminLoginPage.scss";
export interface AdminLoginPageProps {
history: {
push: (to: string) => void;
push: (to: string | string[]) => void;
};
location: {
search: string;