Skip to content

Commit 6af91b5

Browse files
Update src/features/projects/data/GitHubProjectDataSource.ts
Co-authored-by: Copilot <[email protected]>
1 parent 4b3c953 commit 6af91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/projects/data/GitHubProjectDataSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export default class GitHubProjectDataSource implements IProjectDataSource {
255255
...version,
256256
specifications: version.specifications.map(spec => ({
257257
...spec,
258-
isDefault: spec.name == defaultSpecificationName
258+
isDefault: spec.name === defaultSpecificationName
259259
}))
260260
}
261261
}

0 commit comments

Comments
 (0)