Chore: remove comment that doesn't apply anymore (#72186)

remove comment that doesn't apply anymore
This commit is contained in:
Ashley Harrison
2023-07-24 11:13:21 +01:00
committed by GitHub
parent d4301aec32
commit 56ae5abf08

View File

@@ -207,7 +207,6 @@ function Row({ index, style: virtualStyles, data }: RowProps) {
)}
<label className={styles.label} id={labelId}>
{/* TODO: text is not truncated properly, it still overflows the container */}
<Text truncate>{item.title}</Text>
</label>
</div>