Skip to content

Commit 43317c3

Browse files
Update src/components/TunnelCalculator.astro
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 38760c6 commit 43317c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TunnelCalculator.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const metrics = Object.entries({
204204

205205
document.querySelectorAll("input[data-tunnel-calculator]").forEach((input) =>
206206
input.addEventListener("change", () => {
207-
calculate;
207+
calculate();
208208
track("interacted with docs calculator", { value: "tunnel calculator" });
209209
}),
210210
);

0 commit comments

Comments
 (0)