Skip to content

Commit 6c5075e

Browse files
committed
refact: navigationTitle in loading in WorldDetailPresentationView
1 parent 7a76b2f commit 6c5075e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

harmonie/Views/WorldDetail/WorldDetailPresentationView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ struct WorldDetailPresentationView: View, WorldServicePresentable {
2424
.task(id: id) {
2525
await fetchWorld(id: id)
2626
}
27+
.navigationTitle("Loading...")
28+
.navigationBarTitleDisplayMode(.inline)
2729
}
2830
}
2931

0 commit comments

Comments
 (0)