fix: justify content property
This commit is contained in:
parent
5add544ad7
commit
ab05e3a4a0
2 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ const Triggers = () => {
|
|||
<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