mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-11 04:07:51 +00:00
Remove unused parameters
This commit is contained in:
parent
774d88561b
commit
7fee249c65
@ -101,15 +101,15 @@ export const CoreSyncStatus = () => {
|
|||||||
<span>
|
<span>
|
||||||
<img
|
<img
|
||||||
src={imagePath}
|
src={imagePath}
|
||||||
style={{ height: 'auto', width: imageSize ? imageSize : '24px' }}
|
style={{ height: 'auto', width: '24px' }}
|
||||||
alt="sync status"
|
alt="sync status"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<div
|
<div
|
||||||
className="bottom"
|
className="bottom"
|
||||||
style={{
|
style={{
|
||||||
right: position && 'unset',
|
right: 'unset',
|
||||||
left: position && '0px',
|
left: '0px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<h3>Core Information</h3>
|
<h3>Core Information</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user