Skip to content

Commit 55dac6a

Browse files
committed
Percentages: Fix showing of correct values
1 parent 44d0b7f commit 55dac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/googlesheets/columndefinition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (cd *ColumnDefinition) checkUnit(cellData *sheets.CellData) {
133133
}
134134
}
135135
case "PERCENT":
136-
cd.units["percent"] = true
136+
cd.units["percentunit"] = true
137137
case "CURRENCY":
138138
for unit, unitID := range unitMappings {
139139
if strings.Contains(cellData.FormattedValue, unit) {

0 commit comments

Comments
 (0)