Skip to content

Commit

Permalink
Build issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pokhrelashok committed Nov 28, 2023
1 parent a49f337 commit 2d19e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/result/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function ViewResultDialog({
<Button
key={user.id}
className={`flex justify-between ${
result[user.id] === "Alloted"
result[user.id || "-1"] === "Alloted"
? "bg-green-100 hover:bg-green-200"
: ""
}`}
Expand Down

0 comments on commit 2d19e6d

Please sign in to comment.