mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-27 13:45:01 +00:00
fix: fix build errors
This commit is contained in:
parent
ea73edcf21
commit
d03ae125d2
@ -94,7 +94,11 @@ const Dropdown: React.FC = () => {
|
||||
{walletAddress == null ? (
|
||||
options.map((option, index) => (
|
||||
<WalletName
|
||||
onClick={() => connectWallet(option.value)}
|
||||
onClick={() =>
|
||||
connectWallet(
|
||||
option.value as keyof typeof walletHandlers,
|
||||
)
|
||||
}
|
||||
key={'wallet-' + index}
|
||||
>
|
||||
{option.label}
|
||||
|
Loading…
x
Reference in New Issue
Block a user