From 93e2c31a8fe024587bf3a633aa5415fdff758ed1 Mon Sep 17 00:00:00 2001 From: John Ngei Date: Mon, 3 Jun 2024 11:32:29 +0200 Subject: [PATCH] display user bio (#20295) --- src/status_im/contexts/profile/settings/header/view.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/contexts/profile/settings/header/view.cljs b/src/status_im/contexts/profile/settings/header/view.cljs index 3326e9e2e2..19376d342e 100644 --- a/src/status_im/contexts/profile/settings/header/view.cljs +++ b/src/status_im/contexts/profile/settings/header/view.cljs @@ -57,5 +57,6 @@ [quo/page-top {:title-accessibility-label :username :emoji-dash emoji-hash - :description bio + :description :text + :description-text bio :title full-name}]]))