Skip to content

Commit 2f6fe6b

Browse files
chore: make consistent breadcrumbItems variable name (#150)
1 parent 10306ec commit 2f6fe6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/pages/settings/Profile.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface Props {
1818
1919
defineProps<Props>();
2020
21-
const breadcrumbs: BreadcrumbItem[] = [
21+
const breadcrumbItems: BreadcrumbItem[] = [
2222
{
2323
title: 'Profile settings',
2424
href: '/settings/profile',
@@ -41,7 +41,7 @@ const submit = () => {
4141
</script>
4242

4343
<template>
44-
<AppLayout :breadcrumbs="breadcrumbs">
44+
<AppLayout :breadcrumbs="breadcrumbItems">
4545
<Head title="Profile settings" />
4646

4747
<SettingsLayout>

0 commit comments

Comments
 (0)