fix: get extra value
This commit is contained in:
parent
56f8241ea5
commit
47500b0a43
|
@ -241,7 +241,7 @@ class Detail extends Component<RouteComponentProps & WrappedComponentProps> {
|
|||
</div>
|
||||
<div>
|
||||
<span className="label">Extra:</span>
|
||||
{data.extra}
|
||||
{detail.extra}
|
||||
</div>
|
||||
{
|
||||
_.map(points, (item) => {
|
||||
|
|
Loading…
Reference in New Issue