17018: Adds integration tests exposing the bug.
[arvados-workbench2.git] / src / views-components / context-menu / actions / copy-to-clipboard-action.tsx
index 31ef4b9750b66ddcd8e80f2556b74d6fac463d60..fffcc19b185fbc7e25b1d7d00bd2ff7cf80d2ccf 100644 (file)
@@ -27,7 +27,7 @@ export const CopyToClipboardAction = (props: { href?: any, download?: any, onCli
             </ListItemIcon>
             <ListItemText>
                 Copy to clipboard
             </ListItemIcon>
             <ListItemText>
                 Copy to clipboard
-                </ListItemText>
+            </ListItemText>
         </ListItem>
         : null;
 };
\ No newline at end of file
         </ListItem>
         : null;
 };
\ No newline at end of file