Skip to content

Commit

Permalink
Fixed apos error and dependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akadeepesh committed Sep 7, 2024
1 parent e4b2a9c commit 665e587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const Connection: React.FC<ConnectionProps> = ({
?.name ?? "Unknown Vendor";
return `${vendorName} | Product ID: ${info.usbProductId}`;
},
[setSelectedBits]
[]
);

const handleClick = () => {
Expand Down
5 changes: 3 additions & 2 deletions src/components/MobileUnsupported.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ export default function MobileUnsupported() {
Will you develop a mobile version?
</AccordionTrigger>
<AccordionContent className="text-white/80 mx-3">
We're always exploring ways to expand our app's accessibility.
Stay tuned for updates on potential mobile support in the future!
We&apos;re always exploring ways to expand our app&apos;s
accessibility. Stay tuned for updates on potential mobile support
in the future!
</AccordionContent>
</AccordionItem>
</Accordion>
Expand Down

0 comments on commit 665e587

Please sign in to comment.