Skip to content

Commit

Permalink
feat:add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
Latiah committed Jul 24, 2024
1 parent 6a1135d commit ac5fc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/chat-history/chatHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ fetchAppointments();
message={message.message}
time={moment(`${message.created_at}`).calendar()}
color={message.sender_id === userId ? "lightblue" : "lightgrey"}
type={""}
/>
))}
<View className="flex-row justify-center items-center my-3">
Expand Down

0 comments on commit ac5fc34

Please sign in to comment.