diff --git a/frontend/src/components/PathModal.tsx b/frontend/src/components/PathModal.tsx index 1721ba6..2cb5459 100644 --- a/frontend/src/components/PathModal.tsx +++ b/frontend/src/components/PathModal.tsx @@ -1,12 +1,5 @@ import type { Contact, RadioConfig, MessagePath } from '../types'; -import { - Dialog, - DialogContent, - DialogHeader, - DialogTitle, - DialogDescription, - DialogFooter, -} from './ui/dialog'; +import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogDescription } from './ui/dialog'; import { Button } from './ui/button'; import { resolvePath, @@ -143,24 +136,29 @@ export function PathModal({ )} - +
{hasResendActions && ( -
+
{isResendable && ( )}
)} - - +
);