chore: clean up code formatting and remove unnecessary whitespace across multiple files for improved readability
This commit is contained in:
@@ -67,9 +67,7 @@ export function ProfileForm({ initialData }: ProfileFormProps) {
|
||||
|
||||
{message && (
|
||||
<p
|
||||
className={`text-sm ${
|
||||
message.type === 'success' ? 'text-success' : 'text-destructive'
|
||||
}`}
|
||||
className={`text-sm ${message.type === 'success' ? 'text-success' : 'text-destructive'}`}
|
||||
>
|
||||
{message.text}
|
||||
</p>
|
||||
@@ -81,5 +79,3 @@ export function ProfileForm({ initialData }: ProfileFormProps) {
|
||||
</form>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user