diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b83caaa3..780ed0884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ - Chart - Fixed series color being set to default ones after hovering the legend - Fixed chart starting showing candlesticks and quickly switching to a line when it should've started directly with the line + - Separated the QRCode generator library from the main chunk and made it imported on click - Settings - Removed the horizontal scroll bar which was unintended diff --git a/app/src/app/components/frames/chart/components/buttonShare.tsx b/app/src/app/components/frames/chart/components/buttonShare.tsx index 6dbd8b01a..b0baa2f27 100644 --- a/app/src/app/components/frames/chart/components/buttonShare.tsx +++ b/app/src/app/components/frames/chart/components/buttonShare.tsx @@ -1,5 +1,3 @@ -import { generate } from "lean-qr"; - import { Button } from "./button"; export function ButtonShare({ qrcode }: { qrcode: RWS }) { @@ -7,16 +5,18 @@ export function ButtonShare({ qrcode }: { qrcode: RWS }) {