Skip to content

Commit

Permalink
fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Aug 31, 2023
1 parent 9eb8c47 commit 2e69b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/UseMRProperties/UseMRProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useMRProperties = workspaceContext => {
const [properties, setProperties] = useState({})

useEffect(() => {
if(workspaceContext){
if(!workspaceContext){
return null
}

Expand Down

0 comments on commit 2e69b94

Please sign in to comment.