Skip to content

Commit ed4a4cc

Browse files
authored
fixbug: remove extra quotes (#117)
1 parent 0ccdf92 commit ed4a4cc

File tree

1 file changed

+1
-1
lines changed
  • src/AntDesign.Pro/Pages/Account/Center/Components/Projects

1 file changed

+1
-1
lines changed

src/AntDesign.Pro/Pages/Account/Center/Components/Projects/Projects.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Class="coverCardList"
66
Grid="_listGridType"
77
DataSource="List">
8-
<ListItem NoFlex">
8+
<ListItem NoFlex>
99
<Card Class="card" Hoverable Bordered>
1010
<Cover>
1111
<img alt="@context.Title" src="@context.Cover"/>

0 commit comments

Comments
 (0)