Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Nov 3, 2024
1 parent ceb320d commit deda4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/JoinForm/JoinForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ export default function App() {
<div className={styles.centered}>
<Button
type="submit"
/*disabled={
disabled={
isLoading ||
isSubmitted ||
isBadPhoneNumber ||
!isDirty ||
!isValid
}*/
}
variant="contained"
size="large"
sx={{ width: "12rem", fontSize: "1rem", m: "1rem" }}
Expand Down

0 comments on commit deda4b6

Please sign in to comment.