Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Past filter at session enhancement #184

Merged

Conversation

jrogatis
Copy link
Collaborator

No description provided.

@@ -27,7 +27,10 @@ class App extends Component {

async componentWillMount() {
if (await isAuthenticated()) {
const { showPastEvents } = this.state;
let showPastEvents;
if (sessionStorage.getItem('shoPastEvents')) {

This comment was marked as off-topic.

This comment was marked as off-topic.

@anrddh anrddh merged commit cf17b02 into freeCodeCamp:development Mar 27, 2017
@jrogatis jrogatis deleted the past-filter-at-session_enhancement branch March 27, 2017 19:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants