Skip to content

Commit 2da1bce

Browse files
committed
ref(loader): update comment
1 parent 21dde5d commit 2da1bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/organizationContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function OrganizationLoadingIndicator() {
2626
*/
2727
const root = document.getElementById(ROOT_ELEMENT);
2828
// There is no scenario in which this component is rendering,
29-
// but the root element doesn't exist
29+
// but the root element where the app is mounted doesn't exist
3030
const ssrLoader = root!.innerHTML;
3131

3232
return <div dangerouslySetInnerHTML={{__html: ssrLoader}} />;

0 commit comments

Comments
 (0)