We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8699520 commit 2959868Copy full SHA for 2959868
1 file changed
packages/webui/src/client/ui/RundownList/RundownListItemView.tsx
@@ -94,7 +94,9 @@ export default React.memo(function RundownListItemView({
94
</button>
95
</Tooltip>
96
</span>
97
- ) : null}
+ ) : (
98
+ <span></span>
99
+ )}
100
<span className="rundown-list-item__name" role="rowheader">
101
<div className="grid-buttons-right">
102
<span className="rundown-name">{rundownNameContent}</span>
0 commit comments