Merge main
This commit is contained in:
committed by
Adam Chalmers
parent
956f00c5a1
commit
b54a17a4fa
@ -93,7 +93,15 @@ export function LowerRightControls({
|
||||
<Link
|
||||
to={
|
||||
location.pathname.includes(PATHS.FILE)
|
||||
<<<<<<< HEAD
|
||||
? filePath + PATHS.SETTINGS + '?tab=project'
|
||||
||||||| parent of 1f27643b (Merge main)
|
||||
location.pathname.includes(paths.FILE)
|
||||
? filePath + paths.SETTINGS + '?tab=project'
|
||||
: paths.HOME + paths.SETTINGS
|
||||
=======
|
||||
? filePath + PATHS.SETTINGS_PROJECT
|
||||
>>>>>>> 1f27643b (Merge main)
|
||||
: PATHS.HOME + PATHS.SETTINGS
|
||||
}
|
||||
data-testid="settings-link"
|
||||
|
Reference in New Issue
Block a user