Skip to content

Commit

Permalink
[frontend] Remove "Elegoo Mars Pro" from print status
Browse files Browse the repository at this point in the history
We can't detect which printer we're running on, so better not to display
any name for now.

Fixes #64
  • Loading branch information
luizribeiro committed Oct 18, 2020
1 parent c23e1eb commit 77838c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PrintStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class PrintStatus extends React.Component<
render(): React.ReactElement | null {
return (
<Card>
<CardHeader title="Printer Status" subheader="Elegoo Mars Pro" />
<CardHeader title="Printer Status" />
<CardContent>{this._renderContent()}</CardContent>
</Card>
);
Expand Down

0 comments on commit 77838c3

Please sign in to comment.