forked from trent_larson/crowd-funder-for-time-pwa
style: fix line length in ContactsView ternary operator
- Break long CSS class strings into multiple concatenated lines - Ensure all lines are under 100 characters for better readability - Maintain same functionality and styling behavior - Improve code maintainability and readability Fixes: Long lines in conditional CSS class assignment
This commit is contained in:
@@ -145,7 +145,6 @@ import { db } from "../db/index";
|
||||
import { PlatformServiceFactory } from "../services/PlatformServiceFactory";
|
||||
import { Contact, ContactMethod } from "../db/tables/contacts";
|
||||
import { AppString } from "../constants/app";
|
||||
import { logger } from "../utils/logger";
|
||||
|
||||
/**
|
||||
* Contact Edit View Component
|
||||
|
||||
Reference in New Issue
Block a user