mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/safety-warning: remove misplaced comparison
This commit is contained in:
parent
b878d5f4f9
commit
ebb5deb43c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const apiOverrideWarning = async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const customInstanceWarning = async () => {
|
export const customInstanceWarning = async () => {
|
||||||
if (env.DEFAULT_API && !get(settings).processing.seenCustomWarning) {
|
if (!get(settings).processing.seenCustomWarning) {
|
||||||
let _actions: {
|
let _actions: {
|
||||||
resolve: () => void;
|
resolve: () => void;
|
||||||
reject: () => void;
|
reject: () => void;
|
||||||
|
|
Loading…
Reference in a new issue