fix(SW-188): add todo comment for badge text in rooms

This commit is contained in:
Chuma McPhoy
2024-08-21 09:39:01 +02:00
parent 78057ce295
commit 4a07ca3cd9

View File

@@ -35,6 +35,7 @@ export function RoomCard({
return (
<article className={styles.roomCard}>
<button className={styles.imageWrapper} onClick={handleImageClick}>
{/* TODO: re-enable once we have support for badge text from API team. */}
{/* {badgeTextTransKey && ( */}
{/* <span className={styles.badge}> */}
{/* {intl.formatMessage({ id: badgeTextTransKey })} */}