We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3c412 commit 7f07ebeCopy full SHA for 7f07ebe
1 file changed
Core/Sources/SuggestionWidget/SuggestionPanelContent/PromptToCodePanel.swift
@@ -246,6 +246,7 @@ extension PromptToCodePanel {
246
Spacer(minLength: 60)
247
ErrorMessage(store: store)
248
DescriptionContent(store: store, codeForegroundColor: codeForegroundColor)
249
+ CodeContent(store: store, codeForegroundColor: codeForegroundColor)
250
}
251
252
.background(codeBackgroundColor)
0 commit comments