mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixing linter error
This commit is contained in:
parent
d2f356e2a4
commit
dcd6eba15b
1 changed files with 3 additions and 4 deletions
|
@ -338,10 +338,9 @@ export default class PaidMix extends Component {
|
|||
for (let i = 0; i < data.length; i++) {
|
||||
data[i] = equalPercentageData;
|
||||
}
|
||||
}
|
||||
else {
|
||||
labels[0] = "Tier 1";
|
||||
labels[1] = "Tier 2";
|
||||
} else {
|
||||
labels[0] = 'Tier 1';
|
||||
labels[1] = 'Tier 2';
|
||||
data[0] = 50;
|
||||
data[1] = 50;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue