fix: 국가 베팅장에서 '토너먼트'는 보여주지 않기로
This commit is contained in:
@@ -26,7 +26,7 @@ export type BettingInfo = {
|
||||
reqInheritancePoint: boolean;
|
||||
openYearMonth: number;
|
||||
closeYearMonth: number;
|
||||
candidates: Record<number, SelectItem>;
|
||||
candidates: Record<string, SelectItem>;
|
||||
winner?: number[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user