Skip to content

Commit

Permalink
Drop content type (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed May 4, 2022
1 parent 824e5c7 commit 9d05575
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ui/Panel.tsx
Expand Up @@ -656,7 +656,7 @@ export function Panel({
'Running...'
) : (
<>
<span className="status-bar-element">
<span className="status-bar-element text-muted">
<label>{panel.id}</label>
</span>
<span className="status-bar-element">
Expand All @@ -671,10 +671,6 @@ export function Panel({
<span className="status-bar-element">
<label>Size</label> {humanSize(panel.resultMeta.size)}
</span>
<span className="status-bar-element">
<label>Content-Type (Inferred)</label>{' '}
{panel.resultMeta.contentType}
</span>
</>
)}
</div>
Expand Down

0 comments on commit 9d05575

Please sign in to comment.