Skip to content

Commit

Permalink
For some reason the linter doesn't like the multiline css comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenwerk committed Jan 22, 2025
1 parent bde6e35 commit 6ee4389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/host/app/components/matrix/room-message-command.gts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ export default class RoomMessageCommand extends Component<Signature> {
</CardContainer>
{{/if}}
</div>

{{! template-lint-disable no-whitespace-for-layout }}
{{! ignore the above error because it doesn't like the multi-line comment about the filter below }}
<style scoped>
.is-pending .view-code-button,
.is-error .view-code-button {
Expand Down

0 comments on commit 6ee4389

Please sign in to comment.