Changes from Github AI
This commit is contained in:
@@ -45,6 +45,6 @@ export default function BikeDetailPage() {
|
||||
return null
|
||||
}
|
||||
|
||||
return <BikeDetail bike={bike} onUpdate={fetchBike} />
|
||||
return <BikeDetail bike={bike} onUpdate={() => fetchBike(params.id as string)} />
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user