Skip to content

Commit

Permalink
avatar alt
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Dec 8, 2023
1 parent 8e8de25 commit 8e8150c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bau-ui/avatar/avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function (context, options = {}) {
() => loadingState.val && Skeleton(),
() => errorState.val && alt,
img({
alt,
width,
height,
onload,
Expand Down
1 change: 0 additions & 1 deletion examples/gccd/src/components/run/runDetailContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default function (context: Context) {
hour: "numeric",
minute: "numeric",
second: "numeric",

year: "numeric",
month: "numeric",
day: "numeric",
Expand Down

0 comments on commit 8e8150c

Please sign in to comment.