From e615ad0282fa02ce7e81a847b43dd3146f69b769 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 06:40:09 +0300 Subject: fix: match keys everywhere --- src/containers/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/Page.tsx') diff --git a/src/containers/Page.tsx b/src/containers/Page.tsx index a7c0964..c05ef4b 100644 --- a/src/containers/Page.tsx +++ b/src/containers/Page.tsx @@ -16,7 +16,7 @@ const Page: React.FC = ({ title, actions, children }) => (
{title}
- {actions?.map(action => ())} + {actions?.map(action => ())}
{children} -- cgit v1.2.3