Skip to content

Commit b34dd12

Browse files
[Chore] update AlimtalkForm.tsx
1 parent ffb1889 commit b34dd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nextjs/src/components/AlimtalkForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function AlimtalkForm() {
6262
let tempContent: string;
6363
tempContent = `${template.content} ${template.emphasizeTitle} ${template.emphasizeSubtitle}`;
6464
template.buttons?.forEach(btn => {
65-
tempContent += `${btn.linkAnd} ${btn.linkIos} ${btn.linkMo} ${btn.linkPc}`;
65+
tempContent += ` ${btn.linkAnd} ${btn.linkIos} ${btn.linkMo} ${btn.linkPc}`;
6666
});
6767

6868
const parsedContent = getKakaoTemplateVariables(tempContent);

0 commit comments

Comments
 (0)