Add comments for filter

This commit is contained in:
Chi Vinh Le
2017-04-24 23:34:53 +07:00
parent c261cdc0c6
commit a91db35f91
@@ -1,5 +1,7 @@
import React from 'react';
// TODO: revisit `filtering` after https://github.com/apollographql/graphql-anywhere/issues/38.
function getDisplayName(WrappedComponent) {
return WrappedComponent.displayName || WrappedComponent.name || 'Component';
}