mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-04 05:43:57 +00:00
fix type for AddressInfo
This commit is contained in:
parent
a8b8284bf4
commit
8bdfdb906c
@ -42,7 +42,7 @@ interface Props {
|
||||
ethBalance?: number | string
|
||||
}
|
||||
|
||||
const AddressInfo: React.FC<Props> = ({ ethBalance, safeAddress, safeName }: Props) => {
|
||||
const AddressInfo = ({ ethBalance, safeAddress, safeName }: Props): JSX.Element => {
|
||||
return (
|
||||
<Wrapper>
|
||||
<div className="icon-section">
|
||||
|
Loading…
x
Reference in New Issue
Block a user