diff --git a/modules/rollbar/widget.go b/modules/rollbar/widget.go index 20151093..727f1c47 100644 --- a/modules/rollbar/widget.go +++ b/modules/rollbar/widget.go @@ -54,7 +54,7 @@ func (widget *Widget) Refresh() { widget.items = &items.Results widget.SetItemCount(len(widget.items.Items)) - widget.Refresh() + widget.Render() } /* -------------------- Unexported Functions -------------------- */