Skip to content

Commit

Permalink
rebase from main
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Nov 30, 2024
1 parent 27906ea commit 09762b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/PersonalBalance/PersonalBalance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function PersonalBalance() {
value={`${ubbnToBbn(rewards ?? 0)} BBN`}
actionComponent={{
title: "Claim",
onAction: () => { },
onAction: () => {},
}}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/hooks/useVersionByHeight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useMemo } from "react";

import { getCurrentGlobalParamsVersion } from "@/utils/globalParams";

import { useVersions } from "./api/useVersions";
import { useVersions } from "./client/api/useVersions";

export function useVersionByHeight(height: number) {
const { data: versions } = useVersions();
Expand Down

0 comments on commit 09762b9

Please sign in to comment.