mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -20,7 +20,11 @@ const RouterTabs: FC<RouterTabsProps> = ({ value, children }) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<Tabs value={value} onChange={handleTabChange} variant={smallDown ? 'scrollable' : 'fullWidth'}>
|
||||
<Tabs
|
||||
value={value}
|
||||
onChange={handleTabChange}
|
||||
variant={smallDown ? 'scrollable' : 'fullWidth'}
|
||||
>
|
||||
{children}
|
||||
</Tabs>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user