Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
deploy 0.93
Browse files Browse the repository at this point in the history
Summary: This diff updates ~/www to Flow 0.93.0

Reviewed By: pakoito

Differential Revision: D14074027

fbshipit-source-id: 39459cb65fb0fb10eecf31066423146499ffe634
  • Loading branch information
Daniel Sainati authored and facebook-github-bot committed Feb 15, 2019
1 parent fdf63aa commit 3400cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/contents/DraftEditorContents-core.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ class DraftEditorContents extends React.Component<Props> {
lastWrapperTemplate !== wrapperTemplate ||
currentDepth === null ||
depth > currentDepth;
// $FlowExpectedError joinClasses args in [email protected] are incorrect
className = joinClasses(
className,
getListItemClasses(blockType, depth, shouldResetCount, direction),
Expand Down

0 comments on commit 3400cda

Please sign in to comment.