fix: dependency 변경에 따른 오류 수정
This commit is contained in:
@@ -495,7 +495,7 @@ function updateCommandList() {
|
||||
for (const obj of props.turn) {
|
||||
const [year, month] = parseYearMonth(yearMonth);
|
||||
let tooltip: string[] = [];
|
||||
let style: Record<string, unknown> = {};
|
||||
let style: Record<string, string> = {};
|
||||
|
||||
const brief = obj.brief;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user