refactor: clean code
This commit is contained in:
@@ -34,7 +34,7 @@ const CertificateDetailDrawer = ({ data, loading, trigger, ...props }: Certifica
|
||||
open={open}
|
||||
loading={loading}
|
||||
placement="right"
|
||||
title={data?.id}
|
||||
title={`certimate-${data?.id}`}
|
||||
width={640}
|
||||
onClose={() => setOpen(false)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user