Skip to content

Commit

Permalink
Update src/App.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lee <[email protected]>
  • Loading branch information
sugarshin and LeeChSien authored Mar 14, 2023
1 parent cfa7f8b commit 329c69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function App() {
<div className={styles.liffIdBox}>
<Input
readonly
value={'LIFF URL: https://liff.line.me/' + import.meta.env.VITE_LIFF_ID || ''}
value={`LIFF URL: https://liff.line.me/${import.meta.env.VITE_LIFF_ID.toString()}`}
/>
<img src={qrCode} className={styles.qrCode} />
</div>
Expand Down

0 comments on commit 329c69d

Please sign in to comment.