From e9200c748327c3fa526b88b388c59077820ed929 Mon Sep 17 00:00:00 2001
From: aecsocket <43144841+aecsocket@users.noreply.github.com>
Date: Sat, 22 Aug 2026 18:23:13 +0900
Subject: [PATCH] update frontend
---
.../moderation/technical-review/rules.vue | 47 ++++++++++---------
1 file changed, 26 insertions(+), 21 deletions(-)
diff --git a/apps/frontend/src/pages/moderation/technical-review/rules.vue b/apps/frontend/src/pages/moderation/technical-review/rules.vue
index 71120d0725..870fa02e3f 100644
--- a/apps/frontend/src/pages/moderation/technical-review/rules.vue
+++ b/apps/frontend/src/pages/moderation/technical-review/rules.vue
@@ -45,10 +45,31 @@
- Return null when the rule does not match, or return a severity string such as
- "low". A map containing severity is also supported.
-
+ {{ ruleTestError.summary }}
+
+ {{ detail }}
+
+
+
- {{ ruleTestError.summary }}
-
- {{ detail }}
-
-
-