tsurupin/portfolio

View on GitHub
frontend/src/shared/components/textEditors/shared/InlineStyleControl/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function InlineStyleControls has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const InlineStyleControls = (props) => {
  const currentStyle = props.editorState.getCurrentInlineStyle();
  return (
    <div className={styles.root}>
      {INLINE_STYLES.map(type =>

    There are no issues that match your filters.

    Category
    Status