mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
Fix constant variable value
This commit is contained in:
parent
b98cf81b7d
commit
e4d2e3b35d
@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
export const ZERO_ADDRESS = ' 0x0000000000000000000000000000000000000000'
|
||||
export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'
|
||||
|
||||
export const sameAddress = (firstAddress: string, secondAddress: string): boolean => {
|
||||
if (!firstAddress) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user