Skip to content

Commit 0fa6d3d

Browse files
committed
Remove isRequired for logout on DashboardMenu
1 parent 01b9bc2 commit 0fa6d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/DashboardMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DashboardMenu.propTypes = {
4444
activeView: PropTypes.string.isRequired,
4545
showOverview: PropTypes.func.isRequired,
4646
showSettings: PropTypes.func.isRequired,
47-
logout: PropTypes.func.isRequired,
47+
logout: PropTypes.func,
4848
};
4949

5050
export default DashboardMenu;

0 commit comments

Comments
 (0)