Skip to content

Commit

Permalink
Hide commenting and keep only bookmark on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Mar 29, 2023
1 parent 186de15 commit ac91257
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/elements/session-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,12 @@ export class SessionElement extends ReduxMixin(PolymerElement) {
<iron-icon
icon="hoverboard:insert-comment"
class="feedback-action"
hidden="[[!acceptingFeedback()]]"
hidden="true"
on-click="toggleFeedback"
></iron-icon>
<iron-icon
icon="hoverboard:[[icon]]"
class="bookmark-session"
hidden="[[acceptingFeedback()]]"
on-click="toggleFeaturedSession"
></iron-icon>
</div>
Expand Down

0 comments on commit ac91257

Please sign in to comment.