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