Skip to content

Commit

Permalink
fix: minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jun 17, 2024
1 parent bc9d08c commit 8c12812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pacsearch-app/components/PackageInfoRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function PackageInfoRender({
data
}: Readonly<{ data: IPkgInfoData}>
) {
if(!data.packages) {
if(!data.packages[0]) {
return <div className='text-xl'>No package found</div>
}
const {
Expand Down

0 comments on commit 8c12812

Please sign in to comment.