Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Oct 15, 2024
1 parent cedb4a7 commit 0a90a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/transfer/commons/transfer_row_display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ end
function TransferRowDisplay:date()
self.display:tag('div')
:addClass('divCell Date')
:wikitext(self.transfer.date)
:wikitext(self.transfer.displayDate)
return self
end

Expand Down
2 changes: 1 addition & 1 deletion spec/golden_masters/transfer_row_rainbowsix.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="divRow mainpage-transfer-neutral"><div class="divCell Date"></div>2024-10-11<div class="divCell Name"><div class="block-player"><span class="flag">[[File:us_hd.png|36x24px|United States|link=]]</span><span class="name" style="overflow:hidden;text-overflow:ellipsis;white-space:pre">[[Supr|supr]]</span></div></div><div class="divCell Team OldTeam"><span style="font-style:italic">&nbsp;None&nbsp;</span></div><div class="divCell Icon" style="width:70px;font-size:larger">&#x21d2;</div><div class="divCell Team NewTeam"><span style="font-style:italic">&nbsp;None&nbsp;</span></div><div class="divCell Ref">[https://x.com/streamerzone_gg/status/1844766204742832441 <i class="fad fa-external-link-alt wiki-color-dark"></i>]</div></div>
<div class="divRow mainpage-transfer-neutral"><div class="divCell Date">2024-10-11</div><div class="divCell Name"><div class="block-player"><span class="flag">[[File:us_hd.png|36x24px|United States|link=]]</span><span class="name" style="overflow:hidden;text-overflow:ellipsis;white-space:pre">[[Supr|supr]]</span></div></div><div class="divCell Team OldTeam"><span style="font-style:italic">&nbsp;None&nbsp;</span></div><div class="divCell Icon" style="width:70px;font-size:larger">&#x21d2;</div><div class="divCell Team NewTeam"><span style="font-style:italic">&nbsp;None&nbsp;</span></div><div class="divCell Ref">[https://x.com/streamerzone_gg/status/1844766204742832441 <i class="fad fa-external-link-alt wiki-color-dark"></i>]</div></div>

0 comments on commit 0a90a81

Please sign in to comment.