mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed unused JS variable
This commit is contained in:
parent
d24ec03177
commit
1fa86d8c0f
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ export default class PaidBreakdown extends Component {
|
|||
|
||||
get chartOptions() {
|
||||
const barColor = this.feature.nightShift ? 'rgba(200, 204, 217, 0.25)' : 'rgba(200, 204, 217, 0.65)';
|
||||
let maxWidth = 0;
|
||||
|
||||
return {
|
||||
responsive: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue