fix log string in interactionItem

pull/2789/head
William Grant 2 years ago
parent b67d52382d
commit 68a94117a0

@ -79,7 +79,10 @@ export const InteractionItem = (props: InteractionItemProps) => {
: text; : text;
break; break;
default: default:
assertUnreachable(interactionType, `MessageItem: Missing case error "${interactionType}"`); assertUnreachable(
interactionType,
`InteractionItem: Missing case error "${interactionType}"`
);
} }
if (isEmpty(text)) { if (isEmpty(text)) {

Loading…
Cancel
Save