mirror of https://github.com/embarklabs/embark.git
style(@cockpit/utils): remove stray type annotation
This commit is contained in:
parent
63cb420351
commit
6bb673ef87
|
@ -53,7 +53,7 @@ export function stripQueryParam(location, param) {
|
|||
|
||||
export const isDarkTheme = (theme) => theme === DARK_THEME;
|
||||
|
||||
export function getWeiBalanceFromString(balanceString: string) {
|
||||
export function getWeiBalanceFromString(balanceString) {
|
||||
if (!balanceString) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue