Skip to content

Commit

Permalink
Fix small icon being an unknown tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Jan 10, 2024
1 parent f432021 commit bd1fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine2/visualizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (e *Engine) GetViewsDag(view View, sol solution_context.SolutionContext) (v
for _, id := range ids {
var err error
switch tag := GetResourceVizTag(e.Kb, view, id); tag {
case NoRenderTag:
case NoRenderTag, SmallIconTag:
continue
case ParentIconTag, BigIconTag:
err = viewDag.AddVertex(&visualizer.VisResource{
Expand Down

0 comments on commit bd1fff6

Please sign in to comment.