Skip to content

Commit 558498a

Browse files
committed
Fix
1 parent dfc6c18 commit 558498a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/ChatGPTChatTab/Views/BotMessage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct ReferenceList: View {
118118
.lineLimit(1)
119119
.truncationMode(.middle)
120120
.foregroundStyle(.tertiary)
121-
.layoutPriority(/*@START_MENU_TOKEN@*/0/*@END_MENU_TOKEN@*/)
121+
.layoutPriority(0)
122122
}
123123
.padding(.vertical, 4)
124124
.padding(.horizontal, 4)

0 commit comments

Comments
 (0)