Skip to content

Commit

Permalink
fixing bug with expanded row
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jun 17, 2021
1 parent 05019e2 commit 8a107a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class JobDetailsUI extends Component {
}

render() {
const { job } = this.state;
const job = this.state.job ?? this.props.job;
const {
services: {
http: { basePath },
Expand Down

0 comments on commit 8a107a8

Please sign in to comment.