Skip to content

Commit 27bfd4b

Browse files
authored
Merge pull request #303 from s6pa1rta3n-lab/fix-issue-258
refactor(web): reuse the shared address formatter in the round hook
2 parents 0c926f9 + 1192664 commit 27bfd4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/hooks/useRoundSession.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import { DEMO_TRACE } from "../demo/trace";
3838
import { formatCountdown, useDrandCountdown } from "./useDrandCountdown";
3939
import { useToast } from "../ui/Toast";
4040
import { useTime } from "../lib/time";
41+
import { shortAddr } from "../lib/format";
4142

4243
export type ActionStatus = "idle" | "working" | "ok" | "error";
4344

0 commit comments

Comments
 (0)