Skip to content

Instantly share code, notes, and snippets.

@cazala
Created July 10, 2017 22:01
Show Gist options
  • Select an option

  • Save cazala/b208644fb1777261da649764f0020d3d to your computer and use it in GitHub Desktop.

Select an option

Save cazala/b208644fb1777261da649764f0020d3d to your computer and use it in GitHub Desktop.
import React from 'react';
export default ({ condition, children }) => condition ? React.Children.only(children); : null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment