Skip to content

Commit a72ce7c

Browse files
committed
ok
1 parent 97ad9fc commit a72ce7c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/views/MessageSnackbar.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,8 @@ export function MessageSnackbar() {
168168
<Divider textAlign="left" sx={{my: 1, fontSize: 12, opacity: 0.7}} > [details] </Divider>
169169
: ""}
170170
{message?.detail ?
171-
<Box
172-
sx={{
173-
borderRadius: 1,
174-
position: 'relative'
175-
}}
176-
>
177-
<Typography fontSize={12} >
178-
{message?.detail}
179-
</Typography>
171+
<Box sx={{ borderRadius: 1, position: 'relative' }} >
172+
<Typography fontSize={12} > {message?.detail} </Typography>
180173
</Box>
181174
: ""}
182175
{message?.code ?

0 commit comments

Comments
 (0)