diff --git a/src/views/ApplyPage/components/Info/index.tsx b/src/views/ApplyPage/components/Info/index.tsx index 96c46dd9..2c52a492 100644 --- a/src/views/ApplyPage/components/Info/index.tsx +++ b/src/views/ApplyPage/components/Info/index.tsx @@ -4,7 +4,7 @@ const Info = ({ value }: { value: string }) => { return (
    - {value.split('\n').map((text) => ( + {value?.split('\n').map((text) => (
  1. {text}