diff --git a/src/dashboard/dashboard-button-group.js b/src/dashboard/dashboard-button-group.js
index 04163f0..35da165 100644
--- a/src/dashboard/dashboard-button-group.js
+++ b/src/dashboard/dashboard-button-group.js
@@ -40,20 +40,17 @@ class DashboardButtonGroup extends React.Component {
if (this.props.editing) {
buttons.push(
,
);
} else {
if (this.props.fullscreen !== true) {
buttons.push(
);
}
@@ -61,23 +58,20 @@ class DashboardButtonGroup extends React.Component {
if (this.props.paused) {
buttons.push(
);
} else {
buttons.push(
);
}
buttons.push(
);
}