Skip to content

Commit f3584d3

Browse files
committed
fixing indent
1 parent 8fab82e commit f3584d3

File tree

1 file changed

+1
-1
lines changed
  • portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Configuration/components

1 file changed

+1
-1
lines changed

portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Configuration/components/StoreVisibility.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export default function StoreVisibility(props) {
272272
'The {type} is visible to all users who are registered to the {type}\'s tenant domain.'
273273
}
274274
values={{
275-
type: getTypeToDisplay(api.apiType),
275+
type: getTypeToDisplay(api.apiType)
276276
}}
277277
/>
278278
</>

0 commit comments

Comments
 (0)