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}