diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44b4d4e..2af08df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## Unreleased
-* `79d42fd` Added some external links related to Rolens to the application menu.
+* Added some external links related to Rolens to the application menu.
+* Fix an infinite loop bug when a document in the find view has been double clicked.
## [v0.1.0](https://github.com/garraflavatra/rolens/releases/tag/v0.1.0)
diff --git a/frontend/src/organisms/connection/collection/find.svelte b/frontend/src/organisms/connection/collection/find.svelte
index 967def7..8dccd9d 100644
--- a/frontend/src/organisms/connection/collection/find.svelte
+++ b/frontend/src/organisms/connection/collection/find.svelte
@@ -256,10 +256,10 @@
-{#key objectViewerData}
+{#if objectViewerData}
-{/key}
+{/if}