aiao-io/aiao

View on GitHub
libs/elements/src/lib/components/text-editor-bar/text-editor-bar.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  render() {
    return (
      <Host class="action-bar">
        {(this.options || TEXT_EDITOR_DEFAULT_SETTINGS).map(({ action, iconName, iconSrc, title, value }) => {
          let needIconSrc: string | undefined;

    There are no issues that match your filters.

    Category
    Status