update key
This commit is contained in:
@@ -421,7 +421,7 @@ export default function Detail() {
|
||||
<hr/>
|
||||
<br/>
|
||||
{requestLog?.benefit_data && requestLog.benefit_data.length > 0 ? (
|
||||
<Box key={0} sx={{ border: '1px solid rgba(0,0,0,0.125)', px: '24px', py: '20px', marginBottom: '24px', borderRadius: '12px'}}>
|
||||
<Box key={requestLog.benefit_data.length+1} sx={{ border: '1px solid rgba(0,0,0,0.125)', px: '24px', py: '20px', marginBottom: '24px', borderRadius: '12px'}}>
|
||||
<Grid container spacing={2}>
|
||||
<Grid item xs={12}>
|
||||
<Grid container spacing={2}>
|
||||
|
||||
Reference in New Issue
Block a user