File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/src/containers/Operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const Operation: React.FunctionComponent<Props> = (props) => {
5353 { servers . map ( ( server ) => (
5454 < li className = "inline-block mt-2 mr-2" key = { server . id ( ) } >
5555 < a
56- href = { `#${ CommonHelpers . getIdentifier (
56+ href = { `${ window . location . pathname } #${ CommonHelpers . getIdentifier (
5757 'server-' + server . id ( ) ,
5858 config ,
5959 ) } `}
@@ -406,7 +406,7 @@ export const OperationReplyChannelInfo: React.FunctionComponent<Props> = ({
406406 { servers . map ( ( server ) => (
407407 < li className = "inline-block mt-2 mr-2" key = { server . id ( ) } >
408408 < a
409- href = { `#${ CommonHelpers . getIdentifier (
409+ href = { `${ window . location . pathname } #${ CommonHelpers . getIdentifier (
410410 'server-' + server . id ( ) ,
411411 config ,
412412 ) } `}
You can’t perform that action at this time.
0 commit comments