Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protocol-designer): fix logic for terminal step icon
This fixes a bug where the starting deck terminal step icon was being incorrectly determined as the end icon, because we were checking the title text of the step, which is subject to change. To fix this, we determine the icon based on step ID.
- Loading branch information