This commit is contained in:
2021-09-29 19:27:22 +02:00
parent 008a10dab8
commit bac8e8d0b8
3 changed files with 1 additions and 18 deletions

View File

@@ -109,20 +109,4 @@ export default {
}
}
}
/*
* dates of participation
*
*
*
* <tr>
* <td><span v-if="participation.startDate">
* {{ $d(participation.startDate.datetime, 'short') }}</span>
* </td>
* <td><span v-if="participation.endDate">
* {{ $d(participation.endDate.datetime, 'short') }}</span>
* </td>
* </tr>
*
*/
</script>