fix
This commit is contained in:
parent
51de925f7c
commit
21ef986ee8
|
|
@ -232,6 +232,7 @@ const StaffEvaluation = () => {
|
|||
size: '25%',
|
||||
header: 'Last update',
|
||||
render: (row: any) => {
|
||||
if (row?.updated_at)
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue