diff --git a/src/pages/LogsPage/LogsPage.tsx b/src/pages/LogsPage/LogsPage.tsx
index 31959077..09e40e74 100644
--- a/src/pages/LogsPage/LogsPage.tsx
+++ b/src/pages/LogsPage/LogsPage.tsx
@@ -7,10 +7,11 @@ import LogsTerminal from './LogsTerminal'
import LogsSumCard from './LogsSumCard'
import SupportCard from './SupportCard'
import { useEffect, useState } from 'react'
-import { Button, IconButton, Input, Text } from '@status-im/components'
+import { Button, Input } from '@status-im/components'
import { SearchIcon, DropdownIcon } from '@status-im/icons'
import SwitchComponent from './SwitchComponent'
const LogsPage = () => {
+ const [timestamps, setTimestamps] = useState(false)
const [windowWidth, setWindowWidth] = useState(window.innerWidth)
useEffect(() => {
@@ -43,9 +44,16 @@ const LogsPage = () => {
}>
-
- }>Validator
- }>Timestamps
+
+ }>
+ Validator
+
+ }
+ >
+ Timestamps
+