fix: justify content on blacklist
This commit is contained in:
parent
ab05e3a4a0
commit
9896b44178
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ const Blacklist = () => {
|
|||
<Box
|
||||
display="flex"
|
||||
alignItems="center"
|
||||
justifyContent="end"
|
||||
justifyContent="flex-end"
|
||||
mr="-5px">
|
||||
<P>Reject reused addresses</P>
|
||||
<Switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue