fix(image): fix bug
This commit is contained in:
@@ -60,8 +60,6 @@ export default function OwnTaskTableContainer(props: {
|
||||
const router = useRouter()
|
||||
const { setBackProps } = useBackUrlStore()
|
||||
const user_id = usePermissionStore((s) => s.user_id)
|
||||
const user_name = usePermissionStore((s) => s.user_name)
|
||||
const user_password = usePermissionStore((s) => s.user_password)
|
||||
|
||||
const [total, setTotal] = useState(0)
|
||||
|
||||
@@ -265,7 +263,7 @@ export default function OwnTaskTableContainer(props: {
|
||||
},
|
||||
]
|
||||
return cols
|
||||
}, [info, projectId, router, setBackProps, type, user_name, user_password])
|
||||
}, [info, projectId, router, setBackProps, type])
|
||||
|
||||
return (
|
||||
<Stack gap="sm" style={{ flex: 1, minHeight: 0 }}>
|
||||
|
||||
Reference in New Issue
Block a user