mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 15:22:20 +10:00
chore: lint using react-doctor, update translations, dynamic imports
This commit is contained in:
@@ -143,7 +143,7 @@ export function UpdateVolunteerDialog({ data }: DialogProps<"resume.sections.vol
|
||||
|
||||
const VolunteerForm = withForm({
|
||||
defaultValues,
|
||||
render: ({ form }) => {
|
||||
render: function VolunteerFormRenderer({ form }) {
|
||||
const inlineLink = useStore(form.store, (s) => s.values.website.inlineLink);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user