Skip to content

Commit

Permalink
chore(date-picker): remove non-null assertion (#39514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Kim (김민혁) committed Dec 16, 2022
1 parent 1f5ab2d commit a14b53b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -142,7 +142,7 @@ export default function generateRangePicker<DateType>(generateConfig: GenerateCo
compactItemClassnames,
className,
)}
locale={locale!.lang}
locale={locale.lang}
prefixCls={prefixCls}
getPopupContainer={customGetPopupContainer || getPopupContainer}
generateConfig={generateConfig}
Expand Down

0 comments on commit a14b53b

Please sign in to comment.