Skip to content

Commit e201b45

Browse files
committed
* Style fix
1 parent fdbed88 commit e201b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Hash/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Hash = ({
2424
let compareColor = null;
2525
let compareIcon = null;
2626
if (compareString && compareString === content) {
27-
compareIcon = <CheckIcon color="inherit" style={{ float: 'right' }}/>;
27+
compareIcon = <CheckIcon color="inherit" style={{ float: 'right' }} />;
2828
compareColor = { color: 'green' };
2929
}
3030

@@ -39,7 +39,7 @@ const Hash = ({
3939
</MenuProvider>
4040
<Menu id={`hashMenu${id}`}>
4141
<Item onClick={() => navigator.clipboard.writeText(content)}>
42-
<CopyIcon/>
42+
<CopyIcon />
4343
{' '}
4444
{copy}
4545
</Item>

0 commit comments

Comments
 (0)