diff --git a/src/view/com/lists/ListCard.tsx b/src/view/com/lists/ListCard.tsx index 28e98144a4..5750faec19 100644 --- a/src/view/com/lists/ListCard.tsx +++ b/src/view/com/lists/ListCard.tsx @@ -94,15 +94,23 @@ export const ListCard = ({ ))} - {!!list.viewer?.muted && ( - + + {list.viewer?.muted ? ( - Subscribed + Muted - - )} + ) : null} + + {list.viewer?.blocked ? ( + + + Blocked + + + ) : null} + {renderButton ? ( {renderButton()}