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>
|
</Button>
|
||||||
{buildIndex.isError ? (
|
{buildIndex.isError ? (
|
||||||
<span className="text-sm text-destructive">
|
<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>
|
</span>
|
||||||
) : null}
|
) : null}
|
||||||
{buildRunning && (
|
{buildRunning && (
|
||||||
|
|||||||
Reference in New Issue
Block a user