forked from abner/for-legacy-web
Format and automatically fix linted code.
This commit is contained in:
@@ -10,7 +10,7 @@ import IconButton from "../ui/IconButton";
|
||||
|
||||
import { updateSW } from "../../main";
|
||||
|
||||
var pendingUpdate = false;
|
||||
let pendingUpdate = false;
|
||||
internalSubscribe("PWA", "update", () => (pendingUpdate = true));
|
||||
|
||||
export default function UpdateIndicator() {
|
||||
|
||||
Reference in New Issue
Block a user