Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 79c21f8

Browse files
committed
Add ;
1 parent 87e890e commit 79c21f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Home() {
2424
<Helmet>
2525
<script>
2626
function search(){
27-
var input = document.getElementById("jobInput").value
27+
var input = document.getElementById("jobInput").value;
2828

2929
if (input == "engineer") {
3030
document.getElementById("div").innerText = "Job \"engineer\" is open for you!"

0 commit comments

Comments
 (0)