Removed "Edit Your Profile" button from View Assets page if user is not able to edit their profile #14999
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR follows up #14951 by removing the
Edit Your Profile
on the view-assets page if self-profile-editing is disabled.Before
![Before with Edit Your Profile button still on page](https://private-user-images.githubusercontent.com/1141514/344759146-686e602f-4cf1-4bc2-ade4-f5fb3194884f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NzcyNjMsIm5iZiI6MTczOTc3Njk2MywicGF0aCI6Ii8xMTQxNTE0LzM0NDc1OTE0Ni02ODZlNjAyZi00Y2YxLTRiYzItYWRlNC1mNWZiMzE5NDg4NGYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTdUMDcyMjQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDEzZDY0ZmRiMDVmMzFlMWEyOTA2YzZjMjJlZDU4ZjE1MjA5Y2QzMmY4MGNlY2VhMTA3MWZjMWE1ODUxZGQ5YiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.cDURKgbbbkEym9_a5aZA2VrC2H8-AaRAde8McDww4Ko)
After
![After with Edit Your Profile button removed from page](https://private-user-images.githubusercontent.com/1141514/344759122-94251ab2-a32b-4abc-8dcc-6697183bbf2f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NzcyNjMsIm5iZiI6MTczOTc3Njk2MywicGF0aCI6Ii8xMTQxNTE0LzM0NDc1OTEyMi05NDI1MWFiMi1hMzJiLTRhYmMtOGRjYy02Njk3MTgzYmJmMmYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTdUMDcyMjQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTFkM2I1YmU4OTFjZWJjY2I1MDViY2VkY2I5NjY2ODExZTI2ZDIzYTJhMzljN2FiMTc0MjMzYzlkNDlmNTBiOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.4aXBod0gzqOvpnrUe-UzZh70A4C4yNV0_TZ2OeEz6Lo)
Fixes #14993
Type of change