Skip to content

Commit

Permalink
Forgotten semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Jun 29, 2023
1 parent 5658fbe commit ff2cf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/instrument_manager/jsx/instrumentManagerIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class InstrumentManagerIndex extends Component {
'permissions': row['Permission Required'],
},
});
}
};
};
return (
<td>
Expand Down

0 comments on commit ff2cf32

Please sign in to comment.