From d93c6b66449c3aafa247539ea1b9e303a41cbb1b Mon Sep 17 00:00:00 2001 From: dragon1211 Date: Sat, 8 Jan 2022 15:18:36 -0800 Subject: [PATCH] fixed line --- backend/resources/js/parent/child/add.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resources/js/parent/child/add.jsx b/backend/resources/js/parent/child/add.jsx index 20cc353e..8e3b47f2 100644 --- a/backend/resources/js/parent/child/add.jsx +++ b/backend/resources/js/parent/child/add.jsx @@ -61,7 +61,7 @@ const ParentChildAdd = () => { }) } - const copyLineText = () => { + const copyLineText = async () => { const inviteUrl = document.getElementById('inviteurl_html').value; const siteUrl = document.getElementById('siteurl').value; const lineText = `「KIKI」の招待が届いています。%0Aまずは以下より仮登録を行ってください。%0A%0A※スマホ本体を最新の状態にアップデートしてからURLをクリックしてください。%0A%0A${inviteUrl}%0A%0A▼公式サイトはこちら%0A${siteUrl}`;