Skip to content

Commit

Permalink
Merge pull request #690 from aidanjbennett/JS-0704
Browse files Browse the repository at this point in the history
Fix JS-0704 - Disallow the <template> <script> <style> block to be empty
  • Loading branch information
robotichead authored Oct 16, 2024
2 parents 6e3fa43 + d797a0c commit dce3a43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/components/profile/ProfileInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,4 @@ export default {
});
},
};
</script>

<style></style>
</script>

0 comments on commit dce3a43

Please sign in to comment.