Skip to content

Commit

Permalink
temp: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaivre committed Dec 26, 2024
1 parent 5d06d90 commit 45dbcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ const App: React.FC = () => {
</IconButton>
</Stack>
{
temp && <Box>
temp && <Box alignItems={"center"}>
<Typography variant="caption">Temp</Typography>
<Typography>{temp.join(", ")}</Typography>
<Typography variant="caption">{temp.join(", ")}</Typography>
</Box>
}
<AceEditor
Expand Down

0 comments on commit 45dbcc4

Please sign in to comment.