Skip to content

Fix empty card for comment templates

Marcel van Remmerden requested to merge empty-state-comment-templates into master

What does this MR do and why?

Because the check for whether savedReplies existed only checked whether the variable exists and is defined, but not whether it's an empty array, we had a double bottom bar.

Screenshots or screen recordings

Before After
image image
Edited by Marcel van Remmerden

Merge request reports