Skip to content

Commit

Permalink
Merge pull request #194 from SpaceTurtle-Dao/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ALLiDoizCode authored Feb 2, 2025
2 parents 5da14c0 + 2650956 commit 744c78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/components/posts/CreatePost.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// CreatePost.svelte
<script lang="ts">
import { Button } from "$lib/components/ui/button";
import { Textarea } from "$lib/components/ui/textarea";
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/posts/Post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@
</div>
</div>
{:else if loadError}
<div class="p-4 text-red-500">
<!--<div class="p-4 text-red-500">
{loadError}
</div>
</div>-->
{:else}
<div class="p-4">
{#if isReply}
Expand Down

0 comments on commit 744c78d

Please sign in to comment.