feat(FN-4370): complete Step 5 — add changeset and finalize badge fix

Fusion-Task-Id: FN-4370
Fusion-Task-Lineage: c18188d5-c478-4233-943f-943b0125b271
This commit is contained in:
Fusion
2026-05-13 15:04:32 -07:00
committed by gsxdsm
parent 724e983d6e
commit c4e0e255eb
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ import {
} from "@fusion/core";
import { fetchTaskDetail, uploadAttachment, fetchMission, fetchAgent } from "../api";
import { GitHubBadge } from "./GitHubBadge";
import { pickPreferredBadge } from "./TaskCardBadge";
import { ProviderIcon } from "./ProviderIcon";
import { PluginSlot } from "./PluginSlot";
import { useBadgeWebSocket } from "../hooks/useBadgeWebSocket";