format codebase with prettier
This commit is contained in:
@@ -41,7 +41,10 @@ export const ProposedEventCard = ({
|
||||
{formatDateTime(event?.startTime)}
|
||||
</Text>
|
||||
{event?.description && (
|
||||
<Text style={{ color: currentTheme.textSecondary }} className="text-sm mt-1">
|
||||
<Text
|
||||
style={{ color: currentTheme.textSecondary }}
|
||||
className="text-sm mt-1"
|
||||
>
|
||||
{event.description}
|
||||
</Text>
|
||||
)}
|
||||
@@ -65,7 +68,10 @@ export const ProposedEventCard = ({
|
||||
borderColor: currentTheme.confirmButton,
|
||||
}}
|
||||
>
|
||||
<Text style={{ color: currentTheme.buttonText }} className="font-medium">
|
||||
<Text
|
||||
style={{ color: currentTheme.buttonText }}
|
||||
className="font-medium"
|
||||
>
|
||||
Annehmen
|
||||
</Text>
|
||||
</Pressable>
|
||||
@@ -81,7 +87,10 @@ export const ProposedEventCard = ({
|
||||
borderColor: currentTheme.rejectButton,
|
||||
}}
|
||||
>
|
||||
<Text style={{ color: currentTheme.buttonText }} className="font-medium">
|
||||
<Text
|
||||
style={{ color: currentTheme.buttonText }}
|
||||
className="font-medium"
|
||||
>
|
||||
Ablehnen
|
||||
</Text>
|
||||
</Pressable>
|
||||
|
||||
Reference in New Issue
Block a user