fix: add missing closing brace for ActionButtonsProps interface
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s

This commit is contained in:
2026-05-31 02:47:06 +02:00
parent 2432f807be
commit d081acb8da
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ interface ActionButtonsProps {
applicationProgress: { progress: number; required: number } | null;
equipmentCraftingProgress: { progress: number; required: number } | null;
cancelDesign?: (slot: 1 | 2) => void;
}
// Map action IDs to labels and icons
const ACTION_CONFIG: Record<string, { label: string; icon: typeof Sparkles; color: string }> = {