21448: sorter sorts Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
[arvados.git] / services / workbench2 / src / views-components / context-menu / actions / file-viewer-action.tsx
index 5d98ab6e131bf3ad7716f4a49e5d6a30467265cf..0a77876bac7902c8865c2b364231d04e65b16b9e 100644 (file)
@@ -12,7 +12,7 @@ export const FileViewerAction = (props: any) => {
             style={{ textDecoration: 'none' }}
             href={props.href}
             target="_blank"
-            rel="noopener noreferrer"
+            rel="noopener"
             onClick={props.onClick}>
             <ListItem button>
                 <ListItemIcon>
@@ -20,7 +20,7 @@ export const FileViewerAction = (props: any) => {
                 </ListItemIcon>
                 <ListItemText>
                     Open in new tab
-                    </ListItemText>
+                </ListItemText>
             </ListItem>
         </a>
         : null;