diff --git a/formatter/formatter.go b/formatter/formatter.go index 2d547e5..6447c20 100644 --- a/formatter/formatter.go +++ b/formatter/formatter.go @@ -88,7 +88,6 @@ func formatActor(jsonStr string, parts []string, bold, cyan, green, red, yellow parts = append(parts, fmt.Sprintf("%s: %s", bold("URL"), green(url))) } - // Add avatar (icon) link if present iconUrl := gjson.Get(jsonStr, "icon.url").String() if iconUrl != "" { parts = append(parts, fmt.Sprintf("%s: %s", bold("Avatar"), green(iconUrl)))