fix: blacklist new address button
This commit is contained in:
parent
1c2a254e43
commit
2663f0b4a8
1 changed files with 5 additions and 1 deletions
|
|
@ -134,7 +134,11 @@ const Blacklist = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<TitleSection title="Blacklisted addresses">
|
<TitleSection title="Blacklisted addresses">
|
||||||
<Link onClick={() => setShowModal(true)}>Blacklist new addresses</Link>
|
<Box display="flex" justifyContent="flex-end">
|
||||||
|
<Link color="primary" onClick={() => setShowModal(true)}>
|
||||||
|
Blacklist new addresses
|
||||||
|
</Link>
|
||||||
|
</Box>
|
||||||
</TitleSection>
|
</TitleSection>
|
||||||
<Grid container className={classes.grid}>
|
<Grid container className={classes.grid}>
|
||||||
<Sidebar
|
<Sidebar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue