frontend-defaults: prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -164,7 +164,8 @@ function PreparedAppRoot(props: {
|
||||
let cancelled = false;
|
||||
const runFinalize = async () => {
|
||||
try {
|
||||
const predicateContext = await props.preparedApp.buildPredicateContext();
|
||||
const predicateContext =
|
||||
await props.preparedApp.buildPredicateContext();
|
||||
if (cancelled) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user