timgremore
commited on
Commit
•
0fd5c34
1
Parent(s):
7807421
fix: Remove extraneous query and use assigns
Browse files
lib/medical_transcription_web/live/user_settings_live.ex
CHANGED
@@ -10,7 +10,7 @@ defmodule MedicalTranscriptionWeb.UserSettingsLive do
|
|
10 |
<div class="min-h-[calc(100vh-56px)] flex gap-5">
|
11 |
<MedicalTranscriptionWeb.Components.SidebarComponent.sidebar
|
12 |
current_user={@current_user}
|
13 |
-
transcriptions={
|
14 |
/>
|
15 |
|
16 |
<div class="w-full flex justify-center">
|
|
|
10 |
<div class="min-h-[calc(100vh-56px)] flex gap-5">
|
11 |
<MedicalTranscriptionWeb.Components.SidebarComponent.sidebar
|
12 |
current_user={@current_user}
|
13 |
+
transcriptions={@transcriptions}
|
14 |
/>
|
15 |
|
16 |
<div class="w-full flex justify-center">
|