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:
@@ -144,7 +144,7 @@ export function UpdateAwardDialog({ data }: DialogProps<"resume.sections.awards.
|
||||
|
||||
const AwardForm = withForm({
|
||||
defaultValues,
|
||||
render: ({ form }) => {
|
||||
render: function AwardFormRenderer({ form }) {
|
||||
const inlineLink = useStore(form.store, (s) => s.values.website.inlineLink);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user