Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Dec 11, 2019
1 parent 490b635 commit 14b0d16
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/app/src/components/Layout/DefaultLayout/DefaultAxis.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import { Droppable, Draggable } from 'react-beautiful-dnd';
import i18n from '@dhis2/d2-i18n';
import MenuItem from '@material-ui/core/MenuItem';
import Divider from '@material-ui/core/Divider';
import React from 'react'
import PropTypes from 'prop-types'
import { connect } from 'react-redux'
import { Droppable, Draggable } from 'react-beautiful-dnd'
import i18n from '@dhis2/d2-i18n'
import MenuItem from '@material-ui/core/MenuItem'
import Divider from '@material-ui/core/Divider'
import {
AXIS_ID_COLUMNS,
DEFAULT_AXIS_IDS,
Expand Down Expand Up @@ -172,7 +172,7 @@ Axis.propTypes = {
onAddDimension: PropTypes.func,
onDropWithoutItems: PropTypes.func,
onOpenAxisSetup: PropTypes.func,
};
}

const mapStateToProps = state => ({
ui: sGetUi(state),
Expand Down

0 comments on commit 14b0d16

Please sign in to comment.