Skip to content

Commit

Permalink
fix rerturn() to return()
Browse files Browse the repository at this point in the history
  • Loading branch information
Medeiros committed Jan 9, 2025
1 parent 0d36459 commit 8d6a39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Modals/HelpTexts/AZAppAdmin/General.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

const General = () => {
rerturn(
return(
<p>
Principals with the Application Admin role can control
tenant-resident apps.
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modals/HelpTexts/Contains/References.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

const References = () => {
rerturn(
return(
<>
<a href='https://wald0.com/?p=179'>https://wald0.com/?p=179</a>
<br />
Expand Down

0 comments on commit 8d6a39c

Please sign in to comment.