mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Fix frontend log viewer not being enabled correctly
This commit is contained in:
parent
401643afba
commit
448cbfc92d
@ -77,7 +77,7 @@ class Dashboard extends Component {
|
||||
}
|
||||
|
||||
async enableLogs() {
|
||||
if (api.getFeatures().log) {
|
||||
if (!api.getFeatures().log) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user