diff --git a/CHANGELOG.md b/CHANGELOG.md
index f57f0a89b24..0ed82f10ec6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
1. [12663](https://github.com/influxdata/influxdb/pull/12663): Insert flux function near cursor in flux editor
### Bug Fixes
+1. [12684](https://github.com/influxdata/influxdb/pull/12684): Fix mismatch in bucket row and header
### UI Improvements
diff --git a/ui/src/organizations/components/BucketRow.tsx b/ui/src/organizations/components/BucketRow.tsx
index dd856a60b73..00f6b47381c 100644
--- a/ui/src/organizations/components/BucketRow.tsx
+++ b/ui/src/organizations/components/BucketRow.tsx
@@ -1,5 +1,6 @@
// Libraries
import React, {PureComponent} from 'react'
+import {withRouter, WithRouterProps} from 'react-router'
// Components
import {IndexList, ConfirmationButton, Context} from 'src/clockface'
@@ -33,7 +34,7 @@ interface Props {
onFilterChange: (searchTerm: string) => void
}
-export default class BucketRow extends PureComponent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ here
+
+ .
+
-
-
-
-
-
-
-
-
-
-
-