Remove unnecessary skipping the query in work item description
What does this MR do and why?
In the work item description component, we label workItemIid
as a required prop. This means that skip-condition for work item query there will always be false
, so we can safely remove it.
Screenshots or screen recordings
No visual changes
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.