mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-05 21:18:13 +00:00
web/safety-warning: remove misplaced comparison
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
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…
Reference in a new issue