Skip to content

Commit e6811ea

Browse files
committed
chore(core): make it explicit the reference to the navbar array
1 parent 3594385 commit e6811ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tiny_admin/store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def prepare_sections(sections, logout:)
3030
end
3131
list << item if item
3232
end
33-
navbar << logout if logout
33+
@navbar << logout if logout
3434
end
3535

3636
private

0 commit comments

Comments
 (0)