Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Jun 20, 2024
1 parent 1c1b18a commit 6f659ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flow/actions/sendmsg/SendMsg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const PLACEHOLDER = i18n.t('actions.send_msg.placeholder', 'Send a messag
const SendMsgComp: React.SFC<SendMsg> = (action: SendMsg): JSX.Element => {
const endpoints: any = {};
let labels = null;
console.log(action, 'this.props');

if (action.labels) {
labels = renderAssetList(
action.labels.map((label: any) => {
Expand Down

0 comments on commit 6f659ff

Please sign in to comment.