disable details button on whale whatch card

pull/174/head
Tim Pechersky 2021-08-25 15:21:38 +02:00
rodzic 896febfe01
commit 12f590a19a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -53,6 +53,9 @@ const StreamEntry_ = ({ entry, showOnboardingTooltips, className }) => {
maxW="150px" maxW="150px"
> >
<IconButton <IconButton
isDisabled={
entry.event_type === "ethereum_whalewatch" ? true : false
}
m={0} m={0}
onClick={() => ui.setCurrentTransaction(entry)} onClick={() => ui.setCurrentTransaction(entry)}
h="full" h="full"