From 8baecd2240134937840d970a5f9e6462b3edf566 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Jul 2020 22:28:41 +0200 Subject: fix bug where annotations wouldnt update if start_ts == 0 --- .../frontend/app/views/align/containers/annotations.container.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'animism-align/frontend/app/views/align/containers/annotations.container.js') diff --git a/animism-align/frontend/app/views/align/containers/annotations.container.js b/animism-align/frontend/app/views/align/containers/annotations.container.js index e199bd6..9c12f9a 100644 --- a/animism-align/frontend/app/views/align/containers/annotations.container.js +++ b/animism-align/frontend/app/views/align/containers/annotations.container.js @@ -18,10 +18,11 @@ class Annotations extends Component { super(props) } render() { + console.log(this.props.annotation) return (
- {this.props.annotation.start_ts && + {this.props.annotation.id && }
-- cgit v1.2.3-70-g09d2