Commit 30079d9b authored by Sixiang_Zzb's avatar Sixiang_Zzb

bug修复

parent 4cd4af56
......@@ -182,7 +182,9 @@ const Detail = (props: any) => {
<Table
rowKey={'id'}
style={{ marginTop: 16 }}
dataSource={CurDataFollow.filter((v: { deleted: number }) => v.deleted !== 1)}
dataSource={
CurDataFollow && CurDataFollow.filter((v: { deleted: number }) => v.deleted !== 1)
}
columns={columns}
pagination={pagination}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment