Skip to content

Commit cac7fcf

Browse files
author
Achyut Kumar M
committed
fix id string
1 parent 5b28ee5 commit cac7fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/quests/QuestCategory/UI/ManageQuestsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct ManageQuestsView: View {
9494
let quest = hiddenQuestManager.hiddenQuests[index]
9595

9696
HStack {
97-
Text("ID: \(quest.id)")
97+
Text("ID: \(String(quest.id))")
9898
.font(.custom("Lato-Bold", size: 15))
9999
.foregroundColor(Color(red: 69 / 255, green: 81 / 255, blue: 108 / 255))
100100

0 commit comments

Comments
 (0)