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