aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-15 09:48:06 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-15 09:48:06 +0200
commit14d2364fc69e0222133115c55a36286986006098 (patch)
tree9e9b3c41ef742bbe87ca1632b292c67043051957 /src/components/layout
parent5.6.3-nightly.34 [skip ci] (diff)
downloadferdium-app-14d2364fc69e0222133115c55a36286986006098.tar.gz
ferdium-app-14d2364fc69e0222133115c55a36286986006098.tar.zst
ferdium-app-14d2364fc69e0222133115c55a36286986006098.zip
chore: update eslint setup (#2074)
Diffstat (limited to 'src/components/layout')
-rw-r--r--src/components/layout/Sidebar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index 76edcf2e1..fc33a3c58 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -177,7 +177,7 @@ class Sidebar extends Component {
177 > 177 >
178 <i className="mdi mdi-check-all" /> 178 <i className="mdi mdi-check-all" />
179 </button> 179 </button>
180 ) : null} 180 ) : null}
181 {workspaceStore.isFeatureEnabled ? ( 181 {workspaceStore.isFeatureEnabled ? (
182 <button 182 <button
183 type="button" 183 type="button"
@@ -243,7 +243,7 @@ class Sidebar extends Component {
243 this.props.stores.app.updateStatusTypes.AVAILABLE || 243 this.props.stores.app.updateStatusTypes.AVAILABLE ||
244 this.props.stores.app.updateStatus === 244 this.props.stores.app.updateStatus ===
245 this.props.stores.app.updateStatusTypes.DOWNLOADED) && ( 245 this.props.stores.app.updateStatusTypes.DOWNLOADED) && (
246 <span className="update-available">•</span> 246 <span className="update-available">•</span>
247 )} 247 )}
248 </button> 248 </button>
249 {this.state.tooltipEnabled && ( 249 {this.state.tooltipEnabled && (