Remove unused parameters

This commit is contained in:
Nicola Benaglia 2025-04-12 17:56:15 +02:00
parent 774d88561b
commit 7fee249c65

View File

@ -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>