Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated summary view. #25

Merged
merged 15 commits into from Apr 4, 2018

Fix error where panel wasn't displaying

  • Loading branch information
IAmThePan committed Apr 4, 2018
commit ab7861419bdad2cf2fde87ce55e79822103aec69
@@ -105,7 +105,7 @@ export function closeNotification(data) {
}

/**
* Called from Header.toggleExpert() and picked up by panel reducer
* Called from Header and Summary's toggleExpert() and picked up by panel reducer
* @return {Object}
*/
export function toggleExpert() {
@@ -103,13 +103,3 @@ export function filterTrackers(data) {
data,
};
}

/**
* Called from Summary.toggleExpert() and picked up by panel reducer
* @return {Object}
*/
export function toggleExpert() {
return {
type: TOGGLE_EXPERT,
};
}
ProTip! Use n and p to navigate between commits in a pull request.