codevise/pageflow

View on GitHub
package/src/editor/views/FilteredFilesView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onRender has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  onRender: function() {
    var entry = this.options.entry;
    var fileType = this.options.fileType;
    var collection = entry.getFileCollection(fileType);
    var blankSlateText = I18n.t('pageflow.editor.templates.files_blank_slate.no_files');
Severity: Minor
Found in package/src/editor/views/FilteredFilesView.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status