Prefer Link over plain anchors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
+2
-3
@@ -164,9 +164,8 @@ const ActionButtons = ({
|
||||
</MenuItem>
|
||||
)}
|
||||
<MenuItem
|
||||
component="a"
|
||||
href={value.logstreamHref}
|
||||
target="_blank"
|
||||
component={Link}
|
||||
to={value.logstreamHref}
|
||||
key="logStream"
|
||||
onClick={handleClose}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user