Skip to content

Instantly share code, notes, and snippets.

@ralfting
Created September 26, 2019 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfting/a7430b644f776be29406974c1f623fc8 to your computer and use it in GitHub Desktop.
Save ralfting/a7430b644f776be29406974c1f623fc8 to your computer and use it in GitHub Desktop.
const headerClass: string =
isCcMinimized & isBccMinimized & !isReplyingAll
? 'pp-both-min'
: isCcMinimized | isBccMinimized
? 'pp-one-min'
: '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment