Refactor away the complexity in EntityTile component #26493
Labels
A-Technical-Debt
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Impairs non-critical functionality or suitable workarounds exist
Your use case
We should remove some of the complexity from this component:
shouldShowPresence
andsuppressOnHover
props, one should be enough since they're both used to enable/disable rendering presence.subtextLabel
prop and the associated code for rendering it can also be removed since it's not used anywhere(?)Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: