Skip to content

Commit

Permalink
tested, update dependencies and remoce unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
adessoCucumber committed Oct 30, 2022
1 parent e6b09a1 commit d4b13ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions frontend/src/app/stories-bar/stories-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="searchBarWrapper">
<!-- search bar here -->
</div>
<hr>
<br>
<div class="storyFilterWrapper">
<span class="searchBar" id="searchStoriesBar">
<em class="material-icons" id="searchBarIcons">search</em>
Expand Down Expand Up @@ -97,7 +97,6 @@
<button class="normalButton" (click)="openCreateNewStoryModal()">Create New Story</button>
</div>
<br>
<hr>
</mat-tab>
<mat-tab label="Groups">
<ng-template mat-tab-label>
Expand All @@ -108,7 +107,7 @@
</ng-template>
<div class="searchBarWrapper">
</div>
<hr>
<br>
<div class="searchBar">
<em class="material-icons" id="searchBarIcons">search</em>
<input class="searchInput" [(ngModel)]="groupString" (ngModelChange)="groupTermChange()"/>
Expand Down

0 comments on commit d4b13ef

Please sign in to comment.