Skip to content

Commit

Permalink
Update uiActions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz authored Jun 22, 2020
1 parent 4d00184 commit c3d758f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/actions/uiActions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export const updateHeaderTitle = (title) => {
return {
type: 'UPDATE_HEADER_TITLE',
title
};
};
export const updateHeaderTitle = (title) => ({
type: 'UPDATE_HEADER_TITLE',
title
})

0 comments on commit c3d758f

Please sign in to comment.