Skip to content

Commit 211bafc

Browse files
authored
Merge pull request #431 from ford442/palette-aria-valuetext-14166738660700502433
fix: resolve typescript compilation errors in CI
2 parents a981f8f + 1fdac8c commit 211bafc

2 files changed

Lines changed: 416 additions & 0 deletions

File tree

src/components/AISongModal.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,10 @@ export function AISongModal({ isOpen, onClose, onImport, onShowToast, audioEngin
11541154
) : null}
11551155
</div>
11561156
</div>
1157+
<div className="space-y-1.5">
1158+
{trackStatisticsRows.length > 0 && (trackStatisticsRows as React.ReactNode)}
1159+
</div>
1160+
</div>
11571161
) : null}
11581162

11591163
{/* Automation Visualization */}

0 commit comments

Comments
 (0)