mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-16 22:02:26 +01:00
feat:#24 lint and format
This commit is contained in:
@@ -106,10 +106,14 @@ function toggleModule(module: Module) {
|
||||
<Button
|
||||
class="w-9rem align-self-end my-2"
|
||||
:icon="store.hasModule(item) ? 'pi pi-times' : 'pi pi-plus'"
|
||||
:label="store.hasModule(item) ? $t('moduleSelection.selected') : $t('moduleSelection.unselected')"
|
||||
@click="toggleModule(item)"
|
||||
:label="
|
||||
store.hasModule(item)
|
||||
? $t('moduleSelection.selected')
|
||||
: $t('moduleSelection.unselected')
|
||||
"
|
||||
outlined
|
||||
:severity="store.hasModule(item) ? '' : 'secondary'"
|
||||
@click="toggleModule(item)"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user