Skip to content

Commit 4dab3cb

Browse files
committed
Fix dev cfg
1 parent 512c211 commit 4dab3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/utils/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const getNetworkName = () => {
142142
}
143143

144144
export const isMainnet = () => {
145-
return true
145+
return getNetworkName() === "Mainnet" || isSelfhosted()
146146
}
147147

148148
export const isMac = () => {

0 commit comments

Comments
 (0)