Skip to content

Commit 7d1a1cf

Browse files
Ravjot BrarRavjot Brar
authored andcommitted
Minor changes
1 parent ae166f1 commit 7d1a1cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/frontend/src/components/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { selectData } from "@/state/valkey-features/info/infoSelectors.ts"
1313

1414
export function Dashboard() {
1515
const { id } = useParams()
16-
const infoData = useSelector(selectData(id!))
16+
const infoData = useSelector(selectData(id!)) || {}
1717
const [searchQuery, setSearchQuery] = useState("")
1818

1919
if (!infoData) {

apps/server/src/actions/hotkeys.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export const hotKeysRequested = withDeps<Deps, void>(
6262
}
6363
}, delay)
6464
}
65-
//
6665
else {
6766
sendHotKeysFulfilled(ws, connectionId, initialParsedResponse)
6867
}

0 commit comments

Comments
 (0)