Skip to content

Commit

Permalink
MMT-3944: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyparson committed Nov 13, 2024
1 parent 9da5b4e commit bf57524
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions static/src/js/components/RevisionList/RevisionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const RevisionList = () => {
const { count, items } = revisions

const buildDescriptionCell = useCallback((cellData, rowData) => {
const { revisionId: rowDataRevisionId, userId} = rowData
const { revisionId: rowDataRevisionId, userId } = rowData
const { revisionId: conceptRevisionId } = concept
const published = rowDataRevisionId === conceptRevisionId

Expand Down Expand Up @@ -113,11 +113,13 @@ const RevisionList = () => {

if (userId === 'cmr') {
actionCellContent = (
<span style={{
<span style={
{
padding: '0.375rem 1rem',
display: 'inline-block',
textAlign: 'center',
}}
textAlign: 'center'
}
}
>
Deleted
</span>
Expand Down

0 comments on commit bf57524

Please sign in to comment.