Skip to content

Commit b4a4dc3

Browse files
committed
Accidental push
1 parent 2487387 commit b4a4dc3

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+1
-1
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const ScriptScreen = ({
114114

115115
return (
116116
<section className={outerSectionStyles}>
117-
{true && (
117+
{!scriptResult.success && (
118118
<Banner variant="danger">
119119
<strong>Script Generation Failed:</strong> ERROR
120120
<br />

0 commit comments

Comments
 (0)