Skip to content

Commit

Permalink
chore(app): build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Jul 16, 2024
1 parent a54dde8 commit 8c054f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { cn } from "$lib/utilities/shadcn.ts"
import * as Tooltip from "$lib/components/ui/tooltip"
import { truncate } from "$lib/utilities/format.ts";
import { truncate } from "$lib/utilities/format.ts"
export let value: {
chain_display_name: string
Expand All @@ -12,7 +12,7 @@ export let value: {
}
</script>

<div class={cn("flex flex-col ")} {...$$restProps}>
<div {...$$restProps} class={cn("flex flex-col ")}>
<div class="font-bold">{value.chain_display_name}</div>
<div>{value.chain_id}</div>
<div>{value.connection_id}</div>
Expand Down

0 comments on commit 8c054f0

Please sign in to comment.