diff --git a/frontend/src/features/admin/NoticeManagement.tsx b/frontend/src/features/admin/NoticeManagement.tsx index e479837..d4b1622 100644 --- a/frontend/src/features/admin/NoticeManagement.tsx +++ b/frontend/src/features/admin/NoticeManagement.tsx @@ -261,7 +261,7 @@ export function NoticeManagement() { {editingId ? '알림 수정' : '새 알림 등록'} - diff --git a/frontend/src/features/ai-operations/AIModelManagement.tsx b/frontend/src/features/ai-operations/AIModelManagement.tsx index 898b61e..c28ce2b 100644 --- a/frontend/src/features/ai-operations/AIModelManagement.tsx +++ b/frontend/src/features/ai-operations/AIModelManagement.tsx @@ -331,7 +331,7 @@ export function AIModelManagement() { {rules.map((rule, i) => ( - @@ -880,7 +880,7 @@ export function AIModelManagement() {
격자별 위험도 조회 (파라미터: 좌표 범위, 시간) - +
 {`GET /api/v1/predictions/grid
diff --git a/frontend/src/features/statistics/ReportManagement.tsx b/frontend/src/features/statistics/ReportManagement.tsx
index 9afd932..48138b8 100644
--- a/frontend/src/features/statistics/ReportManagement.tsx
+++ b/frontend/src/features/statistics/ReportManagement.tsx
@@ -81,7 +81,7 @@ export function ReportManagement() {
         
증거 파일 업로드 (사진·영상·문서) - +
diff --git a/frontend/src/shared/components/common/FileUpload.tsx b/frontend/src/shared/components/common/FileUpload.tsx index 7a7a28f..fcb1793 100644 --- a/frontend/src/shared/components/common/FileUpload.tsx +++ b/frontend/src/shared/components/common/FileUpload.tsx @@ -110,7 +110,7 @@ export function FileUpload({ {f.file.name} {formatSize(f.file.size)} {f.msg && {f.msg}} -
diff --git a/frontend/src/shared/components/common/NotificationBanner.tsx b/frontend/src/shared/components/common/NotificationBanner.tsx index 1e29f8f..9fcf6f8 100644 --- a/frontend/src/shared/components/common/NotificationBanner.tsx +++ b/frontend/src/shared/components/common/NotificationBanner.tsx @@ -79,6 +79,8 @@ export function NotificationBanner({ notices, userRole }: NotificationBannerProp {notice.dismissible && (