Skip to content

Commit

Permalink
add binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibz-Mysten committed Jun 1, 2023
1 parent 40cb88b commit ba99714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/explorer/src/components/network/Network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { NetworkSelect, type NetworkOption } from '~/ui/header/NetworkSelect';
export default function WrappedNetworkSelect() {
const [network, setNetwork] = useContext(NetworkContext);
const { data } = useGetSystemState();
const { data:binaryVersion } = useGetBinaryVersion();
const { data: binaryVersion } = useGetBinaryVersion();

const networks = [
{ id: Network.MAINNET, label: 'Mainnet' },
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/src/ui/header/NetworkSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function NetworkVersion({
binaryVersion: string;
}) {
return (
<div className="flex justify-between px-4 py-2 flex-col">
<div className="flex flex-col justify-between px-4 py-2">
<Text variant="subtitle/normal" color="steel">
Sui {label}
</Text>
Expand Down

0 comments on commit ba99714

Please sign in to comment.