diff --git a/.changeset/curvy-days-reflect.md b/.changeset/curvy-days-reflect.md
deleted file mode 100644
index fefecb164..000000000
--- a/.changeset/curvy-days-reflect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@penumbra-zone/ui-deprecated': minor
----
-
-add error prop to `BlockSyncErrorState`, and display error string
diff --git a/packages/ui-deprecated/components/ui/block-sync-status/block-sync-status.tsx b/packages/ui-deprecated/components/ui/block-sync-status/block-sync-status.tsx
index d7123c2f0..cd3d66386 100644
--- a/packages/ui-deprecated/components/ui/block-sync-status/block-sync-status.tsx
+++ b/packages/ui-deprecated/components/ui/block-sync-status/block-sync-status.tsx
@@ -16,10 +16,10 @@ export const CondensedBlockSyncStatus = ({
error?: unknown;
}) => {
if (error) {
- return