ui: merge fixes

This commit is contained in:
nick-delirium 2025-05-20 14:10:50 +02:00
parent 4cef507611
commit 21b498b920
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 2686 additions and 2427 deletions

View file

@ -682,7 +682,7 @@ export const NetworkPanelComp = observer(
});
}
return cols;
}, [showSingleTab, activeTab, t, getTabName, getTabNum, isSpot]);
}, [showSingleTab, activeTab, getTabName, getTabNum, isSpot]);
return (
<BottomBlock
@ -797,7 +797,7 @@ export const NetworkPanelComp = observer(
title={
<div className="capitalize flex items-center gap-2">
<InfoCircleOutlined size={18} />
{t('No Data')}
{'No Data'}
</div>
}
size="small"

File diff suppressed because it is too large Load diff