Skip to content

Commit a41dd3c

Browse files
JAF Changes (#194)
Co-authored-by: aakash <cse210001015@iiti.ac.in>
1 parent 402fbd4 commit a41dd3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/JAF/JAF.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function JAF() {
4848

4949
return (
5050
<div className="flex flex-col w-full justify-start gap-20 p-10 align-center">
51-
<div className="ml-auto mr-auto w-full">
5251
<FormikWizard
5352
initialValues={{
5453
seasonId: "",
@@ -284,7 +283,6 @@ function JAF() {
284283
}}
285284
</FormikWizard>
286285
</div>
287-
</div>
288286
);
289287
}
290288

0 commit comments

Comments
 (0)