From f9905859148088afec53549b81611b07bf19d3b9 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Sun, 28 Mar 2021 03:59:12 -0400 Subject: [PATCH] fix(frontend): use correct path to user profile in request modal quota dropdown (#1307) * fix(frontend): use correct path to user profile in request modal quota dropdown * fix(ui): add link transition duration --- src/components/RequestModal/QuotaDisplay/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/RequestModal/QuotaDisplay/index.tsx b/src/components/RequestModal/QuotaDisplay/index.tsx index c1a75d373..5d3decdcc 100644 --- a/src/components/RequestModal/QuotaDisplay/index.tsx +++ b/src/components/RequestModal/QuotaDisplay/index.tsx @@ -162,9 +162,13 @@ const QuotaDisplay: React.FC = ({ ProfileLink: function ProfileLink(msg) { return ( - {msg} + + {msg} + ); },