Skip to content

Commit

Permalink
getMessageのDefault値の設定
Browse files Browse the repository at this point in the history
  • Loading branch information
dye8128 committed Jul 17, 2024
1 parent a99e279 commit 1a66443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/routeInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const getMessage = (name: string): routeinfo => {
// Default Value
return {
name: 'Loading',
path: '',
path: {},
icon: 'eos-icons:bubble-loading',
description: 'Loading'
}
Expand Down

0 comments on commit 1a66443

Please sign in to comment.