Moved add/remove maps/tokens to Observables to allow for cross session syncing
This commit is contained in:
@@ -84,7 +84,7 @@ function EditTokenModal({ isOpen, onDone, tokenId }) {
|
||||
<Label pt={2} pb={1}>
|
||||
Edit token
|
||||
</Label>
|
||||
{isLoading ? (
|
||||
{isLoading || !token ? (
|
||||
<Flex
|
||||
sx={{
|
||||
width: "100%",
|
||||
|
||||
Reference in New Issue
Block a user