fix: 이제 BettingDetail 출력 변경
- BettingInfo의 candidate가 array를 보장하지 않음 - info가 html이 아니어도 출력
This commit is contained in:
@@ -26,7 +26,7 @@ export type BettingInfo = {
|
||||
reqInheritancePoint: boolean;
|
||||
openYearMonth: number;
|
||||
closeYearMonth: number;
|
||||
candidates: SelectItem[];
|
||||
candidates: Record<number, SelectItem>;
|
||||
winner?: number[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user