Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Jan 13, 2025
1 parent 2d80516 commit 8b39411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CanvasWrapper/CanvasWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const CanvasWrapper: React.FC<{ className?: string }> = ({

const canvasRef = React.useRef<HTMLDivElement>(null);
const headlineRef = React.useRef<HTMLHeadingElement>(null);
const prefix = 'keitaro';
const prefix = "keitaro";

const onDownload = (type: string) => {
if (canvasRef.current === null) {
Expand Down

0 comments on commit 8b39411

Please sign in to comment.