Skip to content

Commit

Permalink
Removed redundant element reference to form div
Browse files Browse the repository at this point in the history
  • Loading branch information
freshcutdevelopment authored Nov 25, 2018
1 parent 0b44763 commit fdb75d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<require from='./star-rating'></require>
<require from='../value-converters/date-format'></require>
<div ref="editFormDiv" class="edit-book ${editMode ? 'visible': 'hidden'} transformable">
<div class="edit-book ${editMode ? 'visible': 'hidden'} transformable">
<div class="wrapper">
<div class="row">
<span class="col-3 offset-md-10"> <small class="text-muted">${book.readDate | dateFormat} </small></span>
Expand Down Expand Up @@ -39,4 +39,4 @@
</form>
</div>
</div>
</template>
</template>

0 comments on commit fdb75d0

Please sign in to comment.