Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruioliveira02 committed Jan 24, 2025
1 parent 9c28ed5 commit c15a96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/safira_web/live/landing/components/schedule.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ defmodule SafiraWeb.Landing.Components.Schedule do
attr :has_filters?, :boolean, default: false
attr :descriptions_enabled, :boolean, default: false

attr :user_role, :atom, required: true
atrr :enrolments, :list, required: true

def schedule(assigns) do
~H"""
<div class="xl:grid 2xl:grid-cols-2 gap-8 relative select-none">
Expand Down

0 comments on commit c15a96b

Please sign in to comment.