Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Sep 13, 2023
1 parent 1103753 commit 269819c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Widgets/TaskMapWidget/TaskMapWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default class TaskMapWidget extends Component {

render() {
const editMode = this.props.getUserAppSetting ? this.props.getUserAppSetting(this.props.user, 'isEditMode') : false;

if(!this.props.task.geometries.features){
return (
<QuickWidget
Expand Down

0 comments on commit 269819c

Please sign in to comment.