aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2023-08-23 21:43:59 -0400
committergeireann <geireann.lindfield@gmail.com>2023-08-23 21:43:59 -0400
commitb3dbdb5e20dfafe62e03c336d3137775ca0a57cb (patch)
treeb0da395a0e79371d80cd3bf219d894474ea93c71 /src/client/views/collections/CollectionDockingView.tsx
parent1367f56a7898a125d46d9ebfb8cbfe81617180ad (diff)
fix attempts for iconifying on browndash
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx
index 95f88f14e..e15d57306 100644
--- a/src/client/views/collections/CollectionDockingView.tsx
+++ b/src/client/views/collections/CollectionDockingView.tsx
@@ -551,7 +551,7 @@ export class CollectionDockingView extends CollectionSubView() {
};
render() {
- const href = ImageCast(this.rootDoc.thumb)?.url.href;
+ const href = ImageCast(this.rootDoc.thumb)?.url?.href;
return this.props.renderDepth > -1 ? (
<div>
{href ? (