mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 10:49:14 +02:00
fix:#15 linted format and typ fix
This commit is contained in:
@@ -19,7 +19,7 @@ const modulesWithSelection: Ref<ModuleWithSelection[]> = ref(
|
||||
props.modules.map((propModule) => {
|
||||
return {
|
||||
module: propModule,
|
||||
selected: store.hasModule(propModule)
|
||||
selected: store.hasModule(propModule),
|
||||
};
|
||||
}),
|
||||
);
|
||||
|
Reference in New Issue
Block a user