chore: apply pre-existing formatter reformat to MediaTab.tsx
Whitespace-only line reflow (formatter-on-save artifact from a prior session, not logic). Committing to pristine the working tree.
This commit is contained in:
@@ -354,7 +354,10 @@ export function MediaTab({ instance }: { instance: ServiceInstance }) {
|
||||
</Button>
|
||||
{buildIndex.isError ? (
|
||||
<span className="text-sm text-destructive">
|
||||
Build failed: {buildIndex.error instanceof Error ? buildIndex.error.message : "Unknown error"}
|
||||
Build failed:{" "}
|
||||
{buildIndex.error instanceof Error
|
||||
? buildIndex.error.message
|
||||
: "Unknown error"}
|
||||
</span>
|
||||
) : null}
|
||||
{buildRunning && (
|
||||
|
||||
Reference in New Issue
Block a user