fix(frontend): updates to test files after linting changes

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson
2026-05-09 03:25:17 +02:00
committed by Philip Molares
parent 527e06dfa7
commit 033e627bab
3 changed files with 4 additions and 3 deletions
@@ -34,7 +34,7 @@ export const JumpAnchor: React.FC<JumpAnchorProps> = ({ jumpTargetId, children,
)
return (
<a {...props} onClick={jumpToTargetId} href={`#${jumpTargetId}`}>
<a {...props} onClick={jumpToTargetId} href={props.href ?? `#${jumpTargetId}`}>
{children}
</a>
)
@@ -2481,7 +2481,7 @@ exports[`AbcFrame renders an error if abcjs render function crashes: with render
<h3>
This is a mock for ApplicationErrorAlert.
</h3>
Props:
Props:
<code>
{}
</code>
@@ -35,7 +35,8 @@ describe('build state from server permissions', () => {
permissions: {
owner: null,
sharedToGroups: [],
sharedToUsers: []
sharedToUsers: [],
publiclyVisible: false
},
editedBy: [],
primaryAlias: 'test-id',