Fix frontend log viewer not being enabled correctly

This commit is contained in:
Tulir Asokan 2019-01-07 09:06:46 +02:00
parent 401643afba
commit 448cbfc92d

View File

@ -77,7 +77,7 @@ class Dashboard extends Component {
}
async enableLogs() {
if (api.getFeatures().log) {
if (!api.getFeatures().log) {
return
}