mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-08 01:34:26 +02:00
web/safety-warning: remove misplaced comparison
This commit is contained in:
parent
b878d5f4f9
commit
ebb5deb43c
@ -62,7 +62,7 @@ export const apiOverrideWarning = async () => {
|
||||
}
|
||||
|
||||
export const customInstanceWarning = async () => {
|
||||
if (env.DEFAULT_API && !get(settings).processing.seenCustomWarning) {
|
||||
if (!get(settings).processing.seenCustomWarning) {
|
||||
let _actions: {
|
||||
resolve: () => void;
|
||||
reject: () => void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user