Phase 3 Complete by Claude Code
This commit is contained in:
@@ -184,11 +184,6 @@ export default function MelodyDetail() {
|
||||
{getLocalizedValue(info.description, displayLang)}
|
||||
</Field>
|
||||
</div>
|
||||
<div className="col-span-2 md:col-span-3">
|
||||
<Field label="Notes">
|
||||
{info.notes?.length > 0 ? info.notes.join(", ") : "-"}
|
||||
</Field>
|
||||
</div>
|
||||
<div className="col-span-2 md:col-span-3">
|
||||
<Field label="Custom Tags">
|
||||
{info.customTags?.length > 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user