Skip to content

Commit

Permalink
Fix console error for unsupported style property in Live Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
royallsilwallz committed Jan 13, 2024
1 parent a424c7a commit bfa4171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/projectLiveMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export function ProjectLiveMonitoring() {
flex: 1,
padding: 10,
display: 'flex',
'flex-direction': 'column',
flexDirection: 'column',
backgroundColor: `rgb(${hottheme.colors.white})`,
}}
>
Expand Down

0 comments on commit bfa4171

Please sign in to comment.