Skip to content

Commit 2959868

Browse files
committed
wip: fix rundown list layout
1 parent 8699520 commit 2959868

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/webui/src/client/ui/RundownList/RundownListItemView.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ export default React.memo(function RundownListItemView({
9494
</button>
9595
</Tooltip>
9696
</span>
97-
) : null}
97+
) : (
98+
<span></span>
99+
)}
98100
<span className="rundown-list-item__name" role="rowheader">
99101
<div className="grid-buttons-right">
100102
<span className="rundown-name">{rundownNameContent}</span>

0 commit comments

Comments
 (0)