Skip to content

Commit

Permalink
add v of tezos version
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Sep 27, 2023
1 parent f245088 commit 000552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SnapshotItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const SnapshotItem = (props: { snapshot: Snapshot }) => {
}}
component="div"
>
{props.snapshot.tezos_version.version.major}.
v{props.snapshot.tezos_version.version.major}.
{props.snapshot.tezos_version.version.minor}
</Typography>
</CardContent>
Expand Down

0 comments on commit 000552f

Please sign in to comment.