Skip to content

Commit

Permalink
fixup! Rewrite settings in vue
Browse files Browse the repository at this point in the history
  • Loading branch information
artonge committed Jun 30, 2021
1 parent 07722be commit b3eaa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActivitySettingsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<template>
<div>
<!-- TODO: should I use the grid class ? -->
<!-- TODO: should I use the global grid class ? -->
<table v-for="(group, groupKey) in activityGroups" :key="groupKey" class="grid groups">
<tbody>
<tr>
Expand Down

0 comments on commit b3eaa8d

Please sign in to comment.