x
This commit is contained in:
parent
761325f8c5
commit
b891bfaab1
1 changed files with 8 additions and 0 deletions
|
|
@ -726,6 +726,14 @@
|
|||
// Add some sample proposals if there aren't any yet - helps demonstrate functionality
|
||||
if (proposals.length === 0) {
|
||||
const sampleProposals = [
|
||||
{
|
||||
text: "girls MUST show their tits on demand. above 16+",
|
||||
trending: true
|
||||
},
|
||||
{
|
||||
text: "black people should NOT have the right to vote",
|
||||
trending: true
|
||||
},
|
||||
{
|
||||
text: "Politicians should earn the median wage. Watch how quickly they'll fix the economy then lol 💀",
|
||||
trending: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue