fix: remove extra )

This commit is contained in:
karishmas6
2024-10-26 23:50:17 +05:30
parent ff8631cef1
commit 303b433244

View File

@@ -248,7 +248,6 @@ const ProxyForm: React.FC = () => {
</Box> </Box>
)} )}
</FormContainer> </FormContainer>
)
</> </>
); );
}; };