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

remove comment that doesn't apply anymore
pull/72188/head
Ashley Harrison 2 years ago committed by GitHub
parent d4301aec32
commit 56ae5abf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/core/components/NestedFolderPicker/NestedFolderList.tsx

@ -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>

Loading…
Cancel
Save