Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Mar 3, 2025
1 parent 9100c5a commit 071a80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fieldtypes/DateFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default {
addDate() {
let now = new Date();
if (! this.config.time_enabled) {
if (!this.config.time_enabled) {
now.setHours(0, 0, 0, 0);
}
Expand Down

0 comments on commit 071a80e

Please sign in to comment.