diff --git a/pkg/ui/bucket.go b/pkg/ui/bucket.go index 6aa7b67b40..e8fcbe6887 100644 --- a/pkg/ui/bucket.go +++ b/pkg/ui/bucket.go @@ -20,7 +20,6 @@ type Bucket struct { Blocks template.JS RefreshedAt time.Time Err error - flagsMap map[string]string } func NewBucketUI(logger log.Logger, label string, flagsMap map[string]string) *Bucket {