Skip to content

Commit

Permalink
Dapp build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ioay committed Apr 5, 2024
1 parent d71a13b commit d99c98f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
6 changes: 0 additions & 6 deletions dapp/src/hooks/store/useEstimatedBtcBalance.ts

This file was deleted.

28 changes: 0 additions & 28 deletions dapp/src/hooks/useFetchBtcBalance.ts

This file was deleted.

5 changes: 3 additions & 2 deletions dapp/src/store/devTools.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { DevToolsEnhancerOptions } from "@reduxjs/toolkit"
import { encodeJSON } from "#/utils"

function devToolsSanitizer(input: unknown): unknown {
Expand All @@ -15,8 +16,8 @@ function devToolsSanitizer(input: unknown): unknown {
}

export const devTools = !import.meta.env.PROD
? {
? ({
actionSanitizer: devToolsSanitizer,
stateSanitizer: devToolsSanitizer,
}
} as DevToolsEnhancerOptions)
: false

0 comments on commit d99c98f

Please sign in to comment.