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