Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 18, 2024
1 parent e9c4a00 commit 514e1b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download
},
columns: [
{
data: 'created_at', render: function (data, type, row, meta) {
data: 'created_at',
render: function (data, type, row, meta) {
if (type !== 'display') {
return data;
}
Expand All @@ -50,7 +51,9 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download
searchable: false
},
{
data: 'shown', defaultContent: '', render: function (data, type, row, meta) {
data: 'shown',
defaultContent: '',
render: function (data, type, row, meta) {
if (data === undefined) {
return '';
}
Expand All @@ -66,7 +69,9 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download
searchable: false
},
{
data: 'tweet_id', width: '550px', render: function (data, type, row, meta) {
data: 'tweet_id',
width: '550px',
render: function (data, type, row, meta) {
if (type !== 'display') {
return data;
}
Expand Down

0 comments on commit 514e1b1

Please sign in to comment.