Skip to content

Commit

Permalink
Fix projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Dec 22, 2024
1 parent b48601e commit dfd4cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/dashboard/projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ export default defineNuxtComponent({
CopyCode,
AscendingIcon,
DescendingIcon,
commonMessages,
},
async setup() {
const { formatMessage } = useVIntl();
Expand Down Expand Up @@ -374,6 +373,7 @@ export default defineNuxtComponent({
clear: false,
},
},
commonMessages

Check failure on line 376 in apps/frontend/src/pages/dashboard/projects.vue

View workflow job for this annotation

GitHub Actions / Build, Test, and Lint

Insert `,`
};
},
head: {
Expand Down

0 comments on commit dfd4cbd

Please sign in to comment.