Skip to content

Commit caf39bd

Browse files
authored
minor nit (#560)
2 parents 5a8187d + ad6eff3 commit caf39bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ REACT_APP_OIDC_CLIENT_ID="tornjak"
1717

1818

1919
##### To check SPIRE health #####
20-
REACT_APP_SPIRE_HEALTH_CHECK_ENABLE=false
20+
REACT_APP_SPIRE_HEALTH_CHECK_ENABLE=true

frontend/src/components/dashboard/dashboard-drawer.js

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const styles = theme => ({
3838
h3: {
3939
color: 'black',
4040
marginTop: 20,
41-
marginLeft: 10,
4241
marginLeft: 20,
4342
marginBottom: 10,
4443
},

0 commit comments

Comments
 (0)