Skip to content

Commit

Permalink
chore: update topicTocCategory to displayTopicTocCategory
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Nov 26, 2024
1 parent a8d374e commit 0d93929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/ElasticSearchQuerier.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TopicQuerier {
numSheets: 0,
url: "/topics/" + topic.key
}
const typeObj = Sefaria.topicTocCategory(topic.key);
const typeObj = Sefaria.displayTopicTocCategory(topic.key);
if (!typeObj) {
searchTopic.topicCat = "Topics";
searchTopic.heTopicCat = Sefaria.hebrewTranslation("Topics");
Expand Down

0 comments on commit 0d93929

Please sign in to comment.