Skip to content

Commit

Permalink
fix(PR-edits): PR edits
Browse files Browse the repository at this point in the history
n
  • Loading branch information
patela22 committed Mar 17, 2024
1 parent 48fcac7 commit 36cfc47
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/screens/QuickTasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
import React, { useCallback, useMemo, useRef } from 'react';
import { ActivityIndicator, FlatList, Text, View } from 'react-native';

import { BottomSheetBackdropProps } from '@gorhom/bottom-sheet';
import BottomSheet, { BottomSheetBackdrop } from '@gorhom/bottom-sheet/';
import BottomSheet, {
BottomSheetBackdrop,
BottomSheetBackdropProps
} from '@gorhom/bottom-sheet/';
import { GestureHandlerRootView } from 'react-native-gesture-handler';
import { Button } from 'react-native-paper';

Expand Down Expand Up @@ -39,6 +41,7 @@ function QuickTasks(): JSX.Element {
[]
);

// Todo: Look into if there is a change for this
const taskTypeDescriptions: Record<string, string> = {
med_mgmt: 'Medication Management',
dr_appt: 'Doctor Appointment',
Expand Down

0 comments on commit 36cfc47

Please sign in to comment.