Skip to content

Commit

Permalink
fix: ts build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Feb 10, 2023
1 parent d6dc591 commit 89f8504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/herd/posts/PostDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import { toast } from 'vue3-toastify';

// Override function
const renderer = {
link(href) {
link(href: string) {
return href;
}
};
Expand Down

0 comments on commit 89f8504

Please sign in to comment.