mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
chore: prettier format
This commit is contained in:
@@ -880,9 +880,9 @@ export function DailyChecklistContent() {
|
||||
setChecklistStatus('SUBMITTED');
|
||||
|
||||
const shareToWhatsApp = () => {
|
||||
const kandangName = kandangOptions.find(
|
||||
(k) => String(k.value) === kandangId
|
||||
)?.label || kandangId;
|
||||
const kandangName =
|
||||
kandangOptions.find((k) => String(k.value) === kandangId)?.label ||
|
||||
kandangId;
|
||||
const statusMsg = getStatusMessage();
|
||||
const category = selectedCategory || '';
|
||||
const message = encodeURIComponent(
|
||||
|
||||
Reference in New Issue
Block a user