fix: empty string to JSX element
This commit is contained in:
parent
3532b1849f
commit
c004ebb749
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const getTypeText = (config, currency, classes) => {
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
default:
|
default:
|
||||||
return ''
|
return <></>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue