Skip to content

Commit f714c70

Browse files
Y-RyuZUclaude
andcommitted
fix: remove loading instruments text that causes layout shift
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d4fdfae commit f714c70

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/features/noteblock/TrackInstrumentPanel.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ export default function TrackInstrumentPanel({
138138
);
139139
})}
140140

141-
{isLoading && (
142-
<div className="text-[11px] text-gray-300 text-center py-1">Loading instruments...</div>
143-
)}
144141
</div>
145142
);
146143
}

0 commit comments

Comments
 (0)