Skip to content

Commit a2cde01

Browse files
committed
fix: build issue
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent bcdc093 commit a2cde01

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

package-lock.json

Lines changed: 4 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/custom/Workspaces/WorkspaceTransferButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { SyncAlt as SyncAltIcon } from '@mui/icons-material';
22
import { Grid2, Typography } from '../../base';
3-
43
import { useTheme } from '../../theme';
54
import { getFullFormattedTime, getRelativeTime } from '../../utils';
65
import { CustomTooltip } from '../CustomTooltip';
@@ -101,7 +100,7 @@ export const RecordRow: React.FC<RecordRowProps> = ({ title, name, date }) => {
101100
{name}
102101
</Typography>
103102
</Grid2>
104-
<Grid2 sx={{ display: 'flex', justifyContent: 'flex-end' }} xs={2}>
103+
<Grid2 sx={{ display: 'flex', justifyContent: 'flex-end' }} size={2}>
105104
<CustomTooltip title={date ? getFullFormattedTime(date as string) : ''} placement="top">
106105
<div>
107106
<Typography

0 commit comments

Comments
 (0)