Skip to content

Commit

Permalink
Merge pull request #158 from holochain/fix-vue-bool-and-timestamp
Browse files Browse the repository at this point in the history
Fix Vue bool and timestamp
  • Loading branch information
ThetaSinner authored Nov 22, 2023
2 parents 6e67556 + 87db651 commit afcf66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{{{raw}}}} {{ {{{{/raw}}}} new Date({{variable_to_read}} / 1000).toLocaleString() {{{{raw}}}} }} {{{{/raw}}}}
{{{{raw}}}} {{ {{{{/raw}}}} {{variable_to_read}} ? new Date({{variable_to_read}} / 1000).toLocaleString() : 'Missing timestamp' {{{{raw}}}} }} {{{{/raw}}}}
2 changes: 1 addition & 1 deletion templates/vue/field-types/bool/Checkbox/edit/imports.hbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '@material/mwc-checkbox';
impor '@material/mwc-formfield';
import '@material/mwc-formfield';

0 comments on commit afcf66e

Please sign in to comment.