[ARVADOS-WORKBENCH2] updated: 2.2.1-55-g7bdf07a2
Git user
git at public.arvados.org
Mon Aug 2 19:26:41 UTC 2021
Summary of changes:
src/views/ssh-key-panel/ssh-key-panel.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7bdf07a2661affc4f1496d73e27d16f6470e4e4a (commit)
from ec862c8c86eab36e998186f3138dd396d4ec13f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7bdf07a2661affc4f1496d73e27d16f6470e4e4a
Author: Stephen Smith <stephen at curii.com>
Date: Mon Aug 2 15:26:05 2021 -0400
17690: Fix stray accidental copy+paste
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/views/ssh-key-panel/ssh-key-panel.tsx b/src/views/ssh-key-panel/ssh-key-panel.tsx
index f2b7dd3c..0c86b364 100644
--- a/src/views/ssh-key-panel/ssh-key-panel.tsx
+++ b/src/views/ssh-key-panel/ssh-key-panel.tsx
@@ -10,7 +10,7 @@ import { openSshKeyContextMenu } from 'store/context-menu/context-menu-actions';
import { SshKeyPanelRoot, SshKeyPanelRootDataProps, SshKeyPanelRootActionProps } from 'views/ssh-key-panel/ssh-key-panel-root';
const mapStateToProps = (state: RootState): SshKeyPanelRootDataProps => {
- const sshKeys = state.auth.sshKeys = state.auth.sshKeys.filter((key) => {
+ const sshKeys = state.auth.sshKeys.filter((key) => {
return key.authorizedUserUuid == state.auth.user.uuid;
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list