aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/StatusCard.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/map/StatusCard.js')
-rw-r--r--modern/src/map/StatusCard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/StatusCard.js b/modern/src/map/StatusCard.js
index 962023c8..73cd3b0f 100644
--- a/modern/src/map/StatusCard.js
+++ b/modern/src/map/StatusCard.js
@@ -105,7 +105,7 @@ const StatusCard = ({ deviceId, onClose }) => {
<IconButton onClick={() => history.push('/replay')} disabled={!position}>
<ReplayIcon />
</IconButton>
- <IconButton>
+ <IconButton onClick={() => history.push(`/command/${deviceId}`)}>
<PublishIcon />
</IconButton>
<IconButton onClick={() => history.push(`/device/${deviceId}`)}>