Skip to content

Commit

Permalink
build: new fix for authWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard.Zuo committed Feb 26, 2019
1 parent 3a54402 commit 170f428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-extensions",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"author": "leftstick",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/exts/AuthWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function AuthWrapper(props) {
if (!noMatch) {
return null
}

if (!noMatchFeedback) {
return noMatch
}
Expand Down

0 comments on commit 170f428

Please sign in to comment.