mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
apply prettier on gigantic find and replace (#7604)
This commit is contained in:
@@ -79,9 +79,7 @@ export function createPreviewComponent(width, height, obj) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const colors = this.wizard.getCurrentColors(
|
||||
this.colorsId
|
||||
);
|
||||
const colors = this.wizard.getCurrentColors(this.colorsId);
|
||||
if (!colors) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user