Minor fix
This commit is contained in:
@ -3,7 +3,7 @@ component Dashboard(schedule []*arn.UpcomingEpisode, posts []arn.Postable, sound
|
|||||||
|
|
||||||
.widgets
|
.widgets
|
||||||
.widget.mountable
|
.widget.mountable
|
||||||
h3.widget-title Schedule 123
|
h3.widget-title Schedule
|
||||||
|
|
||||||
for i := 0; i <= 4; i++
|
for i := 0; i <= 4; i++
|
||||||
if i < len(schedule)
|
if i < len(schedule)
|
||||||
|
Reference in New Issue
Block a user