From 48130ca5625d7707f863072d2c9dc35264ecb633 Mon Sep 17 00:00:00 2001 From: Akiva Berger Date: Tue, 14 Jan 2025 15:46:35 +0200 Subject: [PATCH] fix(textColumn): revert oref as key --- static/js/TextColumn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/TextColumn.jsx b/static/js/TextColumn.jsx index f9090a4d71..d06183eba0 100644 --- a/static/js/TextColumn.jsx +++ b/static/js/TextColumn.jsx @@ -395,7 +395,7 @@ class TextColumn extends Component { unsetTextHighlight={this.props.unsetTextHighlight} navigatePanel={this.props.navigatePanel} translationLanguagePreference={this.props.translationLanguagePreference} - key={oref.sectionRef} />); + key={sref} />); }); let pre, post, bookTitle;