0
Fork 0
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:
Peter Zimon 2022-05-11 12:58:59 +02:00
parent d24ec03177
commit 1fa86d8c0f

View file

@ -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,