Skip to content

Commit

Permalink
fix: error typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed Mar 13, 2024
1 parent e54dab5 commit 092aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/dashboard/offer/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function OfferPage() {
const timeoutId = setTimeout(() => {
let a = document.createElement("a");
document.body.appendChild(a);
a.style = "display: none";
a.classList.add("hidden");
a.href = offer?.url as string;
a.target = "_blank";
a.click();
Expand Down

0 comments on commit 092aa55

Please sign in to comment.