Skip to content

Commit 51b6997

Browse files
committed
Fix rs-sdk-build-ios dep for workflow
1 parent d836a52 commit 51b6997

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitlab/ci/build_rs_core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ rs-sdk-build-ios-device:
156156
artifacts:
157157
paths:
158158
- buildRsCoreIOSDevice/binary/*.a
159+
rules:
160+
- !reference [.rs-sdk-workflow, rules]
161+
- !reference [.app-workflow, rules]
159162

160163
rs-sdk-build-ios-sim-arm64:
161164
stage: build

apps/polycentric/src/common/components/layout/nav/NavItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function NavItem({ href, icon, label, ...props }: NavItemProps) {
3737
}
3838
}, [isActive]);
3939

40-
// Wrap the icon that is provided
40+
// Wrap the icon that is provided.
4141
const renderIcon = (iconNode?: ReactNode): ReactNode => {
4242
if (!iconNode) return null;
4343

0 commit comments

Comments
 (0)