Skip to content
Snippets Groups Projects
Commit 9736daa1 authored by FurWaz's avatar FurWaz
Browse files

Fixed notations on canceled or ongoing travel

parent 73879d91
No related branches found
No related tags found
No related merge requests found
...@@ -363,6 +363,7 @@ export default { ...@@ -363,6 +363,7 @@ export default {
this.currentEvaluation = ev; this.currentEvaluation = ev;
}, },
displayNotation(passenger) { displayNotation(passenger) {
if (this.trip.status !== 1) return;
const getElement = el => { const getElement = el => {
if (!el) return null; if (!el) return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment