Skip to content

Commit 3ceedc7

Browse files
committedJun 22, 2021
more rid of UndebateLine in comments
1 parent 92f68a2 commit 3ceedc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎app/data-components/merge-children/merge-latest-transcription-into-parent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function mergeLatestTranscriptionIntoParent(childIotas, parentIot
2323
"subject": "School Board Candidate Conversation",
2424
"description": "School Board Candidate discussion has 2 candidates, and a moderator",
2525
"webComponent": {
26-
"component": "UndebateLine",
26+
"component": "Undebate",
2727
"participants": {
2828
"moderator": {
2929
"speaking": [

‎app/data-components/merge-children/merge-participants-into-parent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ What we are trying to create:
8585
"subject": "School Board Candidate Conversation",
8686
"description": "School Board Candidate discussion has 2 candidates, and a moderator",
8787
"webComponent": {
88-
"component": "UndebateLine",
88+
"component": "Undebate",
8989
"participants": {
9090
"moderator": {
9191
"speaking": [

‎app/data-components/undebate-creator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ What we are trying to create:
9090
"subject": "Irvine School Board Candidate Conversation",
9191
"description": "The Irvine School Board Candidate discussion has 2 candidates, and a moderator",
9292
"webComponent": {
93-
"component": "UndebateLine",
93+
"component": "Undebate",
9494
"participants": {
9595
"moderator": {
9696
"speaking": [

0 commit comments

Comments
 (0)
Failed to load comments.