From 5ab6aeb25c5c00659a7023ab8b6d09d80de62b95 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Mon, 20 Nov 2023 18:59:43 +0200 Subject: [PATCH] pass props in header buttons --- src/pages/LogsPage/LogsPage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/LogsPage/LogsPage.tsx b/src/pages/LogsPage/LogsPage.tsx index bc39fe34..c0339d96 100644 --- a/src/pages/LogsPage/LogsPage.tsx +++ b/src/pages/LogsPage/LogsPage.tsx @@ -10,6 +10,7 @@ import { useEffect, useState } from 'react' import { Button, DropdownMenu, Input } from '@status-im/components' import { SearchIcon, DropdownIcon } from '@status-im/icons' import SwitchComponent from './SwitchComponent' +import HeaderBtns from './HeaderBtns' const LogsPage = () => { const [timestamps, setTimestamps] = useState(false) @@ -43,7 +44,12 @@ const LogsPage = () => { > - +