Skip to content

Commit bfdc0f1

Browse files
committed
correcting switch/case error
1 parent 6947e9d commit bfdc0f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kahuna/public/js/util/linkedImages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ const message = (image, org_name) => {
4242
if (checkValueAtPath(image, bbc_link_fields[1])) {
4343
messages.push(BBC_REPLACED_MESSAGE);
4444
}
45+
break;
4546
default:
4647
messages.push(DEFAULT_LINKED_MESSAGE);
48+
break;
4749
}
4850
return messages;
4951
};

0 commit comments

Comments
 (0)