style(results): Remove unnecessary blank line in results detail view

- Remove extra blank line between variable declarations for cleaner code formatting
- Improve code consistency and readability in the component
This commit is contained in:
2026-03-20 17:05:39 +08:00
parent 18e3f6f7f2
commit 3d3f7afcd2

View File

@ -33,7 +33,6 @@ const questionInfo = ref<Api.Competition.QuestionListDetailRound>() // 题目详
const currentQuestionDetailID = ref<number | string>('') // 当前选中的题目详情 ID
const nowTs = ref(Date.now())
// 判断当前activityId是正在比赛的活动
const isActiveActivityId = computed(() => {
if (!currentQuestion.value)