Skip to content

Commit

Permalink
Merge branch 'main' of github.com:island-is/island.is into j-s/disabl…
Browse files Browse the repository at this point in the history
…e-service-req-2
  • Loading branch information
oddsson committed Sep 2, 2024
2 parents 1947f5d + 856e993 commit 923802f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ query LimitedAccessCase($input: CaseQueryInput!) {
category
key
policeCaseNumber
userGeneratedFilename
displayDate
submittedBy
}
defendants {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const AppealCase: FC = () => {
<SectionHeading title={formatMessage(core.appealJudgesHeading)} />
<BlueBox>
{defaultJudges.map((judge, index) => (
<Box marginBottom={2} key={`${judge?.id}`}>
<Box marginBottom={2} key={`${index}`}>
<Select
name="judge"
label={formatMessage(
Expand Down

0 comments on commit 923802f

Please sign in to comment.