From 0f6d05f449e36aa88c2bfb5be813c021ebd310f3 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 10 May 2023 14:23:32 -0400 Subject: [PATCH] metrics tab first, active by default (#234) --- ui/src/console/detail/account/AccountDetail.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/console/detail/account/AccountDetail.js b/ui/src/console/detail/account/AccountDetail.js index ec614835..5b2b3675 100644 --- a/ui/src/console/detail/account/AccountDetail.js +++ b/ui/src/console/detail/account/AccountDetail.js @@ -16,13 +16,13 @@ const AccountDetail = (props) => { return (

{" "}{props.user.email}

- - - - + + + +
);