Skip to content

Commit 8fc10e1

Browse files
author
Nika Kolesnikova
committed
fix: remove redundant title from UrgencyStatusIcon
1 parent 3b59117 commit 8fc10e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ListItem.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export function ListItem({ item, listPath, itemUrgencyStatus }) {
138138
sx={largeWhiteFontStyle}
139139
fontSize="large"
140140
aria-label={itemUrgencyStatus}
141-
title={<p style={tooltipStyle}>{itemUrgencyStatus}</p>}
142141
/>
143142
</Tooltip>
144143
)}

0 commit comments

Comments
 (0)