From 0b1f26ffc56c278185f2773bb5ebbe33a89e43e8 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 16 Dec 2020 21:39:25 +0500 Subject: [PATCH] update list --- apps/mobile/src/components/SimpleList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/SimpleList/index.js b/apps/mobile/src/components/SimpleList/index.js index 871ccf783..333d36769 100644 --- a/apps/mobile/src/components/SimpleList/index.js +++ b/apps/mobile/src/components/SimpleList/index.js @@ -118,7 +118,7 @@ const SimpleList = ({ alignSelf: 'center', textAlignVertical: 'center', }}> - {item.title} + {!item.title || item.title === "" ? "Pinned" : item.title} {index === 1 && sortMenuButton ? : null}