PascalCase internal components

This commit is contained in:
Matthias 2024-07-05 12:04:21 +02:00
parent 0fb6dfc812
commit 6fe7757276
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
/> />
</div> </div>
</template> </template>
<trade-list active-trades :trades="botStore.allOpenTradesSelectedBots" multi-bot-view /> <TradeList active-trades :trades="botStore.allOpenTradesSelectedBots" multi-bot-view />
</DraggableContainer> </DraggableContainer>
</grid-item> </grid-item>
<grid-item <grid-item
@ -114,7 +114,7 @@
/> />
</div> </div>
</template> </template>
<trade-list <TradeList
:active-trades="false" :active-trades="false"
show-filter show-filter
:trades="botStore.allClosedTradesSelectedBots" :trades="botStore.allClosedTradesSelectedBots"

View File

@ -89,7 +89,7 @@
drag-allow-from=".card-header" drag-allow-from=".card-header"
> >
<DraggableContainer header="Closed Trades"> <DraggableContainer header="Closed Trades">
<trade-list <TradeList
class="trade-history" class="trade-history"
:trades="botStore.activeBot.closedTrades" :trades="botStore.activeBot.closedTrades"
title="Trade history" title="Trade history"