JS linting

This commit is contained in:
Oliver Walters 2022-05-17 00:52:01 +10:00
parent 27930cd897
commit 2509db2b88

View File

@ -231,7 +231,7 @@ function showApiError(xhr, url) {
// The server may have provided some extra information about this error
if (response) {
if (response.error) {
title = response.error
title = response.error;
}
if (response.detail) {