summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotation.index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-27 17:27:49 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-27 17:27:49 +0200
commitbab55fb2b208e978ff52459f643cad53f01af08e (patch)
tree8946744937e01bbab0d6e60ee821793d63352e91 /animism-align/frontend/app/views/align/components/annotations/annotation.index.js
parent0f0aadf430546819cfcf55f7106a1247190e674c (diff)
media labels..
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotation.index.js')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotation.index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.index.js b/animism-align/frontend/app/views/align/components/annotations/annotation.index.js
index da1038f..0f9ee30 100644
--- a/animism-align/frontend/app/views/align/components/annotations/annotation.index.js
+++ b/animism-align/frontend/app/views/align/components/annotations/annotation.index.js
@@ -102,6 +102,7 @@ class AnnotationIndex extends PureComponent {
selected={annotation.id === selected_annotation_id}
annotation={annotation}
media={media}
+ timeline={timeline}
onClick={this.handleClick}
onDoubleClick={this.handleDoubleClick}
/>