Fix journal entry meal labels

This commit is contained in:
Christopher C. Wells 2021-01-03 08:52:33 -08:00
parent d99d49777b
commit 2b1d9b8656
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ class JournalEntryController extends Controller
->with('recipes', $recipes)
->with('meals', [
['value' => 'breakfast', 'label' => 'Breakfast'],
['value' => 'lunch', 'label' => 'Lreakfast'],
['value' => 'dinner', 'label' => 'Dreakfast'],
['value' => 'lunch', 'label' => 'Lunch'],
['value' => 'dinner', 'label' => 'Dinner'],
['value' => 'snacks', 'label' => 'Snacks'],
])
->with('units', [