Skip to content

Commit 5109dd1

Browse files
committed
chore: format
1 parent 7428f9e commit 5109dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/start/framework/pending-ui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ function Task({ task }) {
111111

112112
let isComplete = task.status === "complete";
113113
if (fetcher.formData) {
114-
isComplete = fetcher.formData.get("status") === "complete";
114+
isComplete =
115+
fetcher.formData.get("status") === "complete";
115116
}
116117

117118
return (

0 commit comments

Comments
 (0)