X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9deadbed533951f400aa2f626af04ccac21fe865..d87ff106a9f51defe5aafab2ad23dc1dee267b29:/src/views/ssh-key-panel/ssh-key-panel.tsx diff --git a/src/views/ssh-key-panel/ssh-key-panel.tsx b/src/views/ssh-key-panel/ssh-key-panel.tsx index 672b1bf3..24ca3468 100644 --- a/src/views/ssh-key-panel/ssh-key-panel.tsx +++ b/src/views/ssh-key-panel/ssh-key-panel.tsx @@ -11,7 +11,7 @@ import { SshKeyPanelRoot, SshKeyPanelRootDataProps, SshKeyPanelRootActionProps } const mapStateToProps = (state: RootState): SshKeyPanelRootDataProps => { const sshKeys = state.auth.sshKeys.filter((key) => { - return key.authorizedUserUuid == (state.auth.user ? state.auth.user.uuid : null); + return key.authorizedUserUuid === (state.auth.user ? state.auth.user.uuid : null); }); return {