Skip to content

Commit 7f07ebe

Browse files
committed
Fix that code was not displaying in prompt to code panel
1 parent 2a3c412 commit 7f07ebe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/SuggestionWidget/SuggestionPanelContent/PromptToCodePanel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ extension PromptToCodePanel {
246246
Spacer(minLength: 60)
247247
ErrorMessage(store: store)
248248
DescriptionContent(store: store, codeForegroundColor: codeForegroundColor)
249+
CodeContent(store: store, codeForegroundColor: codeForegroundColor)
249250
}
250251
}
251252
.background(codeBackgroundColor)

0 commit comments

Comments
 (0)