diff --git a/dashboard/src/pages/scan/state/[tab].tsx b/dashboard/src/pages/scan/state/[tab].tsx
index d82a7ce70f..c5cf5727c1 100644
--- a/dashboard/src/pages/scan/state/[tab].tsx
+++ b/dashboard/src/pages/scan/state/[tab].tsx
@@ -76,62 +76,62 @@ const StateList = () => {
}
return (
-
-
-
-
-
-
- {!hideText && 'Get'}
-
- }
- />
-
-
- {!hideText && 'List'}
-
- }
- />
-
-
+
+
+
+
+
+
+ {!hideText && 'Get'}
+
+ }
+ />
+
+
+ {!hideText && 'List'}
+
+ }
+ />
+
- {isLoading ? (
-
-
- Loading...
-
- ) : (
-
- {tabContentList[activeTab]}
-
- )}
-
+
+ {isLoading ? (
+
+
+ Loading...
+
+ ) : (
+
+ {tabContentList[activeTab]}
+
+ )}
+
)
}
diff --git a/dashboard/src/views/feature/SessionKeyList.tsx b/dashboard/src/views/feature/SessionKeyList.tsx
index 873ee9cb16..7e921028b9 100644
--- a/dashboard/src/views/feature/SessionKeyList.tsx
+++ b/dashboard/src/views/feature/SessionKeyList.tsx
@@ -2,13 +2,12 @@
// SPDX-License-Identifier: Apache-2.0
// ** React Imports
-import {useState, useRef, useMemo, useEffect} from 'react'
+import { useState, useRef, useMemo, useEffect } from 'react'
-import {useAuth} from 'src/hooks/useAuth'
-import {useSession} from 'src/hooks/useSessionAccount'
-import {useRooch} from 'src/hooks/useRooch'
+import { useAuth } from 'src/hooks/useAuth'
+import { useSession } from 'src/hooks/useSessionAccount'
+import { useRooch } from 'src/hooks/useRooch'
-import Grid from '@mui/material/Grid'
import Box from '@mui/material/Box'
import Card from '@mui/material/Card'
import CardHeader from '@mui/material/CardHeader'
@@ -30,8 +29,8 @@ import {
} from '@mui/x-data-grid'
// ** Store & Actions Imports
-import {fetchData, removeRow} from 'src/store/session'
-import {useAppDispatch, useAppSelector} from 'src/store'
+import { fetchData, removeRow } from 'src/store/session'
+import { useAppDispatch, useAppSelector } from 'src/store'
const formatDate = (timestamp: number) => {
if (timestamp === 0) {
@@ -128,7 +127,7 @@ export default function SessionKeyList() {
// ** Hooks
const dispatch = useAppDispatch()
- const {result, status, error} = useAppSelector((state) => state.session)
+ const { result, status, error } = useAppSelector((state) => state.session)
useEffect(() => {
const defaultAccount = auth.defaultAccount
@@ -235,15 +234,10 @@ export default function SessionKeyList() {
return (
-
+
-
-
+
{curStateView ? curStateView.decoded_value.type : 'Current Page Raw Data'}
-
+
>
)}
>